]> git.pld-linux.org Git - packages/gemrb.git/commitdiff
- fix installation
authorshadzik <shadzik@pld-linux.org>
Thu, 2 Nov 2006 23:29:55 +0000 (23:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gemrb-Makefile_am.patch -> 1.1

gemrb-Makefile_am.patch [new file with mode: 0644]

diff --git a/gemrb-Makefile_am.patch b/gemrb-Makefile_am.patch
new file mode 100644 (file)
index 0000000..cc5f2c4
--- /dev/null
@@ -0,0 +1,15 @@
+--- Makefile.am        2005-10-19 23:57:32.000000000 +0200
++++ Makefile.am-new    2006-11-03 00:28:08.000000000 +0100
+@@ -21,9 +21,9 @@
+ dist_man1_MANS = gemrb.1
+ install-data-hook:
+-      rm -f $(bindir)/plugins/libgemrb_core.so
+-      mkdir -p $(bindir)/Cache 2>/dev/null
+-      rm -rf $(bindir)/Cache/*
++      rm -f $(DESTDIR)/$(bindir)/plugins/libgemrb_core.so
++      mkdir -p $(DESTDIR)/$(bindir)/Cache 2>/dev/null
++      rm -rf $(DESTDIR)/$(bindir)/Cache/*
+ docs:
+       doxygen
This page took 0.062176 seconds and 4 git commands to generate.