[csw-devel] SF.net SVN: gar:[16809] csw/mgar/pkg/rootsh/trunk/Makefile
janholzh at users.sourceforge.net
janholzh at users.sourceforge.net
Thu Jan 19 12:06:59 CET 2012
Revision: 16809
http://gar.svn.sourceforge.net/gar/?rev=16809&view=rev
Author: janholzh
Date: 2012-01-19 11:06:59 +0000 (Thu, 19 Jan 2012)
Log Message:
-----------
rootsh/trunk: add logdir
Modified Paths:
--------------
csw/mgar/pkg/rootsh/trunk/Makefile
Modified: csw/mgar/pkg/rootsh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rootsh/trunk/Makefile 2012-01-19 10:20:26 UTC (rev 16808)
+++ csw/mgar/pkg/rootsh/trunk/Makefile 2012-01-19 11:06:59 UTC (rev 16809)
@@ -24,7 +24,16 @@
# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
# UPSTREAM_MASTER_SITES =
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS = $(DIRPATHS) --with-logdir=/var/opt/csw/rootsh
+PROTOTYPE_MODIFIERS = rootsshdir
+PROTOTYPE_FILES_rootsshdir = /var/opt/csw/rootsh # a normal Perl regexp. Watch out for links!
+PROTOTYPE_PERMS_rootsshdir = 0733
+PROTOTYPE_USER_rootsshdir = root
+PROTOTYPE_GROUP_rootsshdir = root
+
include gar/category.mk
+post-install-modulated:
+ ginstall --mode=733 -d $(DESTDIR)/var/opt/csw/rootsh
+ @$(MAKECOOKIE)
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