Revision: 2463
          http://gar.svn.sourceforge.net/gar/?rev=2463&view=rev
Author:   chninkel
Date:     2008-12-06 15:03:15 +0000 (Sat, 06 Dec 2008)

Log Message:
-----------
vsftpd: verbose pre-install step in Makefile

Modified Paths:
--------------
    csw/mgar/pkg/vsftpd/trunk/Makefile

Modified: csw/mgar/pkg/vsftpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/vsftpd/trunk/Makefile  2008-12-06 14:57:20 UTC (rev 2462)
+++ csw/mgar/pkg/vsftpd/trunk/Makefile  2008-12-06 15:03:15 UTC (rev 2463)
@@ -89,7 +89,8 @@
 
 # we create the csw directory hierarchy 
 pre-install:
-       @( install -d $(DESTDIR)$(sbindir); \
+       @echo "Creating csw directories"
+       ( install -d $(DESTDIR)$(sbindir); \
         install -d $(DESTDIR)$(mandir)/man5; \
         install -d $(DESTDIR)$(mandir)/man8; \
         ln -sf $(DESTDIR)$(mandir) $(DESTDIR)$(prefix)/man; \


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to