diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
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) \ |