SOURCES: gemrb-Makefile_am.patch (NEW) - fix installation

shadzik shadzik at pld-linux.org
Fri Nov 3 00:30:00 CET 2006


Author: shadzik                      Date: Thu Nov  2 23:30:00 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix installation

---- Files affected:
SOURCES:
   gemrb-Makefile_am.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gemrb-Makefile_am.patch
diff -u /dev/null SOURCES/gemrb-Makefile_am.patch:1.1
--- /dev/null	Fri Nov  3 00:30:00 2006
+++ SOURCES/gemrb-Makefile_am.patch	Fri Nov  3 00:29:55 2006
@@ -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
================================================================


More information about the pld-cvs-commit mailing list