SOURCES: lingot-makefile.patch (NEW) - NEW, use DESTDIR
sparky
sparky at pld-linux.org
Sun Jan 22 23:17:10 CET 2006
Author: sparky Date: Sun Jan 22 22:17:10 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- NEW, use DESTDIR
---- Files affected:
SOURCES:
lingot-makefile.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/lingot-makefile.patch
diff -u /dev/null SOURCES/lingot-makefile.patch:1.1
--- /dev/null Sun Jan 22 23:17:10 2006
+++ SOURCES/lingot-makefile.patch Sun Jan 22 23:17:05 2006
@@ -0,0 +1,14 @@
+--- lingot-0.6.1/Makefile.in~ 2005-07-25 01:41:26.000000000 +0200
++++ lingot-0.6.1/Makefile.in 2006-01-22 21:36:30.000000000 +0100
+@@ -42,9 +42,8 @@
+ $(CXX) $(C_FLAGS) -c $< -o $@
+
+ install: $(PROJECT)
+- install -d @prefix@
+- install -d @prefix@/bin
+- install $(PROJECT) @prefix@/bin
++ install -d $(DESTDIR)@prefix@/bin
++ install $(PROJECT) $(DESTDIR)@prefix@/bin
+
+ clean:
+ find -type f -path '*.o' | xargs rm -f
================================================================
More information about the pld-cvs-commit
mailing list