[csw-devel] SF.net SVN: gar:[16423] csw/mgar/pkg/glib2/trunk/Makefile

guengel at users.sourceforge.net guengel at users.sourceforge.net
Fri Dec 9 08:58:12 CET 2011


Revision: 16423
          http://gar.svn.sourceforge.net/gar/?rev=16423&view=rev
Author:   guengel
Date:     2011-12-09 07:58:11 +0000 (Fri, 09 Dec 2011)
Log Message:
-----------
glib2/trunk: Moved stray bash_completion.d to $(sysconfdir)

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

Modified: csw/mgar/pkg/glib2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/glib2/trunk/Makefile	2011-12-08 19:06:51 UTC (rev 16422)
+++ csw/mgar/pkg/glib2/trunk/Makefile	2011-12-09 07:58:11 UTC (rev 16423)
@@ -235,3 +235,10 @@
 			done ; \
 		fi ; \
 	done
+
+post-merge:
+	if [ -d $(PKGROOT)$(prefix)/bash_completion.d ] ; \
+	then \
+		ginstall -d $(PKGROOT)$(sysconfdir) ;\
+		mv $(PKGROOT)$(prefix)/bash_completion.d $(PKGROOT)$(sysconfdir)/ ;\
+	fi

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