diff options
Diffstat (limited to 'devel/motor/files/patch-share_Makefile.in')
-rw-r--r-- | devel/motor/files/patch-share_Makefile.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/motor/files/patch-share_Makefile.in b/devel/motor/files/patch-share_Makefile.in deleted file mode 100644 index 785550426c68..000000000000 --- a/devel/motor/files/patch-share_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- share/Makefile.in.bak 2005-02-12 15:07:17.000000000 +0000 -+++ share/Makefile.in 2014-05-12 14:01:17.878391804 +0000 -@@ -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 zxvfo 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: |