[csw-devel] SF.net SVN: gar:[9699] csw/mgar/pkg/quilt/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Apr 19 04:11:42 CEST 2010
Revision: 9699
http://gar.svn.sourceforge.net/gar/?rev=9699&view=rev
Author: bdwalton
Date: 2010-04-19 02:11:42 +0000 (Mon, 19 Apr 2010)
Log Message:
-----------
quilt: ensure quiltrc is in the right sysconfdir
Modified Paths:
--------------
csw/mgar/pkg/quilt/trunk/Makefile
Modified: csw/mgar/pkg/quilt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/quilt/trunk/Makefile 2010-04-19 02:01:08 UTC (rev 9698)
+++ csw/mgar/pkg/quilt/trunk/Makefile 2010-04-19 02:11:42 UTC (rev 9699)
@@ -96,3 +96,7 @@
# it seems they prefer the RPM name for this variable in their Makefile
BUILD_ROOT = $(DESTDIR)
EXTRA_COMMON_EXPORTS += BUILD_ROOT
+
+post-install-modulated:
+ @( gmkdir -p $(DESTDIR)/$(sysconfdir)/; \
+ mv $(DESTDIR)/$(prefix)/etc/quilt.quiltrc $(DESTDIR)/$(sysconfdir) )
\ No newline at end of file
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