[csw-devel] SF.net SVN: gar:[16812] csw/mgar/pkg/rootsh/trunk/Makefile
janholzh at users.sourceforge.net
janholzh at users.sourceforge.net
Thu Jan 19 12:35:18 CET 2012
Revision: 16812
http://gar.svn.sourceforge.net/gar/?rev=16812&view=rev
Author: janholzh
Date: 2012-01-19 11:35:18 +0000 (Thu, 19 Jan 2012)
Log Message:
-----------
rootsh/trunk: use localstatedir
Modified Paths:
--------------
csw/mgar/pkg/rootsh/trunk/Makefile
Modified: csw/mgar/pkg/rootsh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rootsh/trunk/Makefile 2012-01-19 11:27:38 UTC (rev 16811)
+++ csw/mgar/pkg/rootsh/trunk/Makefile 2012-01-19 11:35:18 UTC (rev 16812)
@@ -27,7 +27,7 @@
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_FILES_rootsshdir = $(localstatedir)/rootsh # a normal Perl regexp. Watch out for links!
PROTOTYPE_PERMS_rootsshdir = 0733
PROTOTYPE_USER_rootsshdir = root
PROTOTYPE_GROUP_rootsshdir = root
@@ -35,5 +35,5 @@
include gar/category.mk
post-install-modulated:
- ginstall --mode=733 -d $(DESTDIR)/var/opt/csw/rootsh
+ @ginstall -d $(DESTDIR)$(localstatedir)/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