summaryrefslogtreecommitdiffstats
path: root/development/motor/Makefile.patch
diff options
context:
space:
mode:
author Martin Lefebvre <dadexter@slackadelic.com>2010-05-11 14:05:52 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 14:05:52 +0200
commita6e6f4427a1345cf13803661317c7674046b5f51 (patch)
treef39eb6f0a447f453c8df8f5ba3af82d48aeff075 /development/motor/Makefile.patch
parentc0c524017f4b784a90a87526aa7e604810c3c213 (diff)
downloadslackbuilds-a6e6f4427a1345cf13803661317c7674046b5f51.tar.gz
slackbuilds-a6e6f4427a1345cf13803661317c7674046b5f51.tar.xz
development/motor: Initial import
Diffstat (limited to 'development/motor/Makefile.patch')
-rw-r--r--development/motor/Makefile.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/development/motor/Makefile.patch b/development/motor/Makefile.patch
new file mode 100644
index 0000000000..73dc52797a
--- /dev/null
+++ b/development/motor/Makefile.patch
@@ -0,0 +1,13 @@
+--- share/Makefile.orig 2007-02-11 09:56:05.000000000 -0500
++++ share/Makefile 2007-02-11 09:56:41.000000000 -0500
+@@ -225,8 +225,8 @@
+ -if test -d templates; then rm -f tmpl.tar.gz; fi
+
+ install-data-local: tmpl.tar.gz
+- tar zxvf tmpl.tar.gz -C $(datadir)/motor/
+- -find $(datadir)/motor/ -name CVS -type d -exec rm -rf {} \;
++ tar zxvf tmpl.tar.gz -C ${DESTDIR}/$(datadir)/motor/
++ -find ${DESTDIR}/$(datadir)/motor/ -name CVS -type d -exec rm -rf {} \;
+ if test -d templates; then rm -f tmpl.tar.gz; fi
+
+ uninstall-local: