Revision: 19540
          http://gar.svn.sourceforge.net/gar/?rev=19540&view=rev
Author:   bdwalton
Date:     2012-10-30 13:41:28 +0000 (Tue, 30 Oct 2012)
Log Message:
-----------
git/trunk: move the cas-etcservices file to the modern sysconfdir

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

Modified: csw/mgar/pkg/git/trunk/Makefile
===================================================================
--- csw/mgar/pkg/git/trunk/Makefile     2012-10-30 13:25:22 UTC (rev 19539)
+++ csw/mgar/pkg/git/trunk/Makefile     2012-10-30 13:41:28 UTC (rev 19540)
@@ -164,7 +164,7 @@
 # We want static libs installed for our devel package
 MERGE_EXCLUDE_STATICLIBS =
 
-ETCSERVICES = /opt/csw/etc/pkg/CSWgit/services
+ETCSERVICES = /etc/opt/csw/pkg/CSWgit/services
 
 CHECKPKG_OVERRIDES_CSWgit-completion += surplus-dependency|CSWbash
 CHECKPKG_OVERRIDES_CSWgit-completion += surplus-dependency|CSWbashcmplt
@@ -220,7 +220,7 @@
 post-install-modulated: LD=$(DESTDIR)/$(libdir_install)/git
 post-install-modulated:
        @echo Installing /etc/services definitions file
-       @( ginstall -m 0755 -d $(DESTDIR)/opt/csw/etc/pkg/CSWgit/; \
+       @( ginstall -m 0755 -d $(DESTDIR)/etc/opt/csw/pkg/CSWgit/; \
           echo "git 9418/tcp" >> $(DESTDIR)/$(ETCSERVICES); \
           echo "git 9418/udp" >> $(DESTDIR)/$(ETCSERVICES); )
        @echo Cleaning up perl stuff

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to