[csw-devel] SF.net SVN: gar:[5427] csw/mgar/pkg/etckeeper/trunk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Jun 30 04:19:07 CEST 2009


Revision: 5427
          http://gar.svn.sourceforge.net/gar/?rev=5427&view=rev
Author:   bdwalton
Date:     2009-06-30 02:19:07 +0000 (Tue, 30 Jun 2009)

Log Message:
-----------
further autoconf tweaks

Modified Paths:
--------------
    csw/mgar/pkg/etckeeper/trunk/checksums
    csw/mgar/pkg/etckeeper/trunk/files/autoconf.patch

Modified: csw/mgar/pkg/etckeeper/trunk/checksums
===================================================================
--- csw/mgar/pkg/etckeeper/trunk/checksums	2009-06-30 02:05:57 UTC (rev 5426)
+++ csw/mgar/pkg/etckeeper/trunk/checksums	2009-06-30 02:19:07 UTC (rev 5427)
@@ -1 +1 @@
-60702569e3c88884b5f5b9bf42b1bfcb  download/autoconf.patch
+f916350f19bd0af0907fb6c7ea580cba  download/autoconf.patch

Modified: csw/mgar/pkg/etckeeper/trunk/files/autoconf.patch
===================================================================
--- csw/mgar/pkg/etckeeper/trunk/files/autoconf.patch	2009-06-30 02:05:57 UTC (rev 5426)
+++ csw/mgar/pkg/etckeeper/trunk/files/autoconf.patch	2009-06-30 02:19:07 UTC (rev 5427)
@@ -67,11 +67,14 @@
 -.PHONY: etckeeper.spec
 diff --git a/Makefile.am b/Makefile.am
 new file mode 100644
-index 0000000..5fdabbf
+index 0000000..1418a4f
 --- /dev/null
 +++ b/Makefile.am
 @@ -0,0 +1,84 @@
 +sysconfdirdir = $(sysconfdir)/$(PACKAGE)
++sbin_SCRIPTS = etckeeper
++man_MANS = etckeeper.8
++sysconfdir_DATA = etckeeper.conf
 +
 +KEEPERSCRIPTS = $(wildcard *.d)
 +KSFILES = $(foreach KD,$(KEEPERSCRIPTS),$(wildcard $(KD)/*))
@@ -79,10 +82,6 @@
 +KSINPUTTRANS = $(patsubst %.in,%,$(KSINPUTS))
 +KSNONINPUTS = $(filter-out %.in,$(KSFILES))
 +
-+sbin_SCRIPTS = etckeeper
-+man_MANS = etckeeper.8
-+sysconfdir_DATA = etckeeper.conf
-+
 +APTFILES = apt.conf
 +YUMFILES = yum-etckeeper.py yum-etckeeper.conf
 +PACMANFILES = pacman-g2.hook
@@ -151,7 +150,8 @@
 +
 +$(KEEPERSCRIPTS): $(KSINPUTTRANS)
 +	$(MKDIR_P) $(DESTDIR)$(sysconfdirdir)/$@
-+	$(INSTALL_DATA) $(filter $@/%,$(KSINPUTTRANS) $(KSNONINPUTS)) $(DESTDIR)$(sysconfdirdir)/$@
++	$(INSTALL_SCRIPT) $(filter $@/%,$(KSINPUTTRANS)) $(DESTDIR)$(sysconfdirdir)/$@
++	$(if $(filter $@/%,$(KSNONINPUTS)),$(INSTALL_DATA) $(filter $@/%,$(KSNONINPUTS)) $(DESTDIR)$(sysconfdirdir)/$@)
 +
 +install-data-local: $(KEEPERSCRIPTS) high-$(HIGHLEVEL) low-$(LOWLEVEL) $(OPTS)
 +


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