summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-06 23:30:02 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-06 23:30:02 (EST)
commita45d6bbb002dd5e9de8cde524bca1fd15e313a69 (patch)
treef0b9c9fd94e3e1a4c823bdf968ad6cac9a8292fd
parentd2c124a06a3c9a59e229bcd408e84bc51afa952e (diff)
Makefile.am: Drop pkgdata*dir
-rw-r--r--Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 236da77..2ecf929 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,16 +53,9 @@ CLEANFILES = \
$(man8_MANS) \
$(locale_MESSAGES) \
.builddirstamp
-pkgdatacmddir = $(pkgdatadir)/cmd
-pkgdataprofiledir = $(pkgdatadir)/profile
-pkgdatapackagedir = $(pkgdatadir)/package
uninstall_dirs = \
'$(DESTDIR)$(pkglocalstatedir)/mount' \
- '$(DESTDIR)$(pkglocalstatedir)' \
- '$(DESTDIR)$(pkgdatapackagedir)' \
- '$(DESTDIR)$(pkgdataprofiledir)' \
- '$(DESTDIR)$(pkgdatacmddir)' \
- '$(DESTDIR)$(pkgdatadir)'
+ '$(DESTDIR)$(pkglocalstatedir)'
sources = \
$(bin_sources) \
$(pkgdata_sources) \