diff options
Diffstat (limited to 'development/motor/Makefile.patch')
-rw-r--r-- | development/motor/Makefile.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/development/motor/Makefile.patch b/development/motor/Makefile.patch deleted file mode 100644 index 73dc52797a..0000000000 --- a/development/motor/Makefile.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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: |