SOURCES: lineak-defaultplugin-DESTDIR.patch (NEW) - init

czarny czarny at pld-linux.org
Tue Mar 7 20:26:35 CET 2006


Author: czarny                       Date: Tue Mar  7 19:26:34 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- init

---- Files affected:
SOURCES:
   lineak-defaultplugin-DESTDIR.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/lineak-defaultplugin-DESTDIR.patch
diff -u /dev/null SOURCES/lineak-defaultplugin-DESTDIR.patch:1.1
--- /dev/null	Tue Mar  7 20:26:34 2006
+++ SOURCES/lineak-defaultplugin-DESTDIR.patch	Tue Mar  7 20:26:29 2006
@@ -0,0 +1,15 @@
+--- lineak_defaultplugin-0.8.4/default_plugin/Makefile.am.orig	2005-07-28 17:43:46.000000000 +0200
++++ lineak_defaultplugin-0.8.4/default_plugin/Makefile.am	2006-03-07 21:04:03.210423000 +0100
+@@ -20,9 +20,9 @@
+ DEFS = @DEFS@ -DCONFDIR=\"@sysconfdir@\" 
+ 
+ install-data-local:
+-	$(mkinstalldirs) $(sysconfdir)/
+-	$(INSTALL_DATA) $(top_srcdir)/media-detect.conf $(sysconfdir)/media-detect.conf
++	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/
++	$(INSTALL_DATA) $(top_srcdir)/media-detect.conf $(DESTDIR)$(sysconfdir)/media-detect.conf
+ 
+ uninstall-local:
+-	-rm -f $(sysconfdir)/media-detect.conf
++	-rm -f $(DESTDIR)$(sysconfdir)/media-detect.conf
+ 
================================================================


More information about the pld-cvs-commit mailing list