aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-02-10 20:28:15 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-02-10 20:28:15 +0200
commit14e5c1c34e65d5534e326292152a8d64f97b3f54 (patch)
tree6b4594dceff6162ab9685654313b393c3da22112
parente8892eae56bd9a0d272e60dbd07d873466ce7067 (diff)
downloadpies-14e5c1c34e65d5534e326292152a8d64f97b3f54.tar.gz
pies-14e5c1c34e65d5534e326292152a8d64f97b3f54.tar.bz2
Minor fix
* src/Makefile.am (install-data-hook): Add missing DESTDIR (Reported by Rafael Fontenelle).
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 12d14a4..8759451 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -99,2 +99,2 @@ inetd: inetd.in
99install-data-hook: 99install-data-hook:
100 test -d $(DESTDIR)$(pkgstatedir) || $(MKDIR_P) $(pkgstatedir) 100 test -d $(DESTDIR)$(pkgstatedir) || $(MKDIR_P) $(DESTDIR)$(pkgstatedir)

Return to:

Send suggestions and report system problems to the System administrator.