aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
@@ -97,4 +97,4 @@ inetd: inetd.in
97 $(top_srcdir)/src/inetd.in > $(top_builddir)/src/inetd 97 $(top_srcdir)/src/inetd.in > $(top_builddir)/src/inetd
98 98
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.