[csw-devel] SF.net SVN: gar:[14595] csw/mgar/pkg/bacula/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue May 17 21:34:05 CEST 2011
Revision: 14595
http://gar.svn.sourceforge.net/gar/?rev=14595&view=rev
Author: bdwalton
Date: 2011-05-17 19:34:04 +0000 (Tue, 17 May 2011)
Log Message:
-----------
bacula/trunk: unzip all the nicely zipped manpages. need to patch this cleanly for upstream but do not see how yet.
Modified Paths:
--------------
csw/mgar/pkg/bacula/trunk/Makefile
Modified: csw/mgar/pkg/bacula/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bacula/trunk/Makefile 2011-05-17 17:33:38 UTC (rev 14594)
+++ csw/mgar/pkg/bacula/trunk/Makefile 2011-05-17 19:34:04 UTC (rev 14595)
@@ -325,3 +325,6 @@
mkdir -p pkg/CSWbacula-fd; \
echo ":bacula::::::" > pkg/CSWbacula-fd/cswusergroup; \
echo "bacula-fd 9102/tcp" > pkg/CSWbacula-fd/services)
+ @echo Unzipping manpages...a hack for now...
+ @(cd $(PKGROOT)/opt/csw/share/man; \
+ find . -name '*gz' -print | xargs gunzip )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list