updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / autotalent / destdir.patch
blob2e1a5a02e462f338b61f3b3aeda2c66a1a7caa39
1 --- Makefile.orig 2010-05-16 18:51:01.552676355 +0200
2 +++ Makefile 2010-05-16 18:52:11.356380618 +0200
3 @@ -22,7 +22,8 @@
5 # Change this if you want to install somewhere else. In particular
7 -INSTALL_PLUGINS_DIR = /usr/lib64/ladspa/
8 +INSTALL_PLUGINS_DIR = /usr/lib/ladspa/
9 +DESTDIR = ""
11 # NO EDITING below this line is required
12 # if all you want to do is install and use the plugins.
13 @@ -49,8 +50,8 @@
14 # OTHER TARGETS
16 install: targets
17 - -mkdir -p $(INSTALL_PLUGINS_DIR)
18 - cp *.so $(INSTALL_PLUGINS_DIR)
19 + -mkdir -p $(DESTDIR)$(INSTALL_PLUGINS_DIR)
20 + cp *.so $(DESTDIR)$(INSTALL_PLUGINS_DIR)
22 targets: $(PLUGINS)