]> git.pld-linux.org Git - packages/LiVES.git/commitdiff
- DESTDIR fix
authorfreetz <freetz@pld-linux.org>
Tue, 13 Sep 2005 13:26:46 +0000 (13:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LiVES-DESTDIR.patch -> 1.1

LiVES-DESTDIR.patch [new file with mode: 0644]

diff --git a/LiVES-DESTDIR.patch b/LiVES-DESTDIR.patch
new file mode 100644 (file)
index 0000000..c17a72f
--- /dev/null
@@ -0,0 +1,12 @@
+diff -aurN lives-0.9.5-pre4.orig/lives-plugins/plugins/effects/RFXscripts/Makefile.am lives-0.9.5-pre4/lives-plugins/plugins/effects/RFXscripts/Makefile.am
+--- lives-0.9.5-pre4.orig/lives-plugins/plugins/effects/RFXscripts/Makefile.am 2005-06-19 13:37:31.000000000 +0200
++++ lives-0.9.5-pre4/lives-plugins/plugins/effects/RFXscripts/Makefile.am      2005-09-13 14:47:26.000000000 +0200
+@@ -4,7 +4,7 @@
+ install-exec-am: 
+       $(top_srcdir)/mkinstalldirs \
+-      $(datadir)/$(PACKAGE)/plugins/effects/rendered
++      $(DESTDIR)$(datadir)/$(PACKAGE)/plugins/effects/rendered
+ RFXscriptsdir = $(datadir)/$(PACKAGE)/plugins/effects/RFXscripts
+ RFXscripts_DATA = *.script
This page took 0.164596 seconds and 4 git commands to generate.