From: ley Date: Wed, 29 Sep 2004 15:22:44 +0000 (+0000) Subject: Now, that daemons install to sbin, create the sbin dir when installing X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffd588a79622da03ce268018fbaa8ffef7e174b0;p=sope Now, that daemons install to sbin, create the sbin dir when installing git-svn-id: http://svn.opengroupware.org/SOPE/trunk@202 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/SoOFS/fhs.make b/sope-appserver/SoOFS/fhs.make index 44354d99..e260862c 100644 --- a/sope-appserver/SoOFS/fhs.make +++ b/sope-appserver/SoOFS/fhs.make @@ -37,7 +37,7 @@ move-libs-to-fhs :: @echo "moving libs to $(FHS_LIB_DIR) .." mv $(NONFHS_LIBDIR)/$(NONFHS_LIBNAME)* $(FHS_LIB_DIR)/ -move-daemons-to-fhs :: fhs-bin-dirs +move-daemons-to-fhs :: fhs-sbin-dirs @echo "moving daemons from $(NONFHS_BINDIR) to $(FHS_SBIN_DIR) .." for i in $(TOOL_NAME); do \ mv "$(NONFHS_BINDIR)/$${i}" $(FHS_SBIN_DIR); \