Author: paszczus Date: Thu Mar 3 20:55:00 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for 0.3.1
---- Files affected:
SOURCES:
bless-DESTDIR.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/bless-DESTDIR.patch
diff -u SOURCES/bless-DESTDIR.patch:1.1 SOURCES/bless-DESTDIR.patch:1.2
--- SOURCES/bless-DESTDIR.patch:1.1 Tue Dec 21 09:56:27 2004
+++ SOURCES/bless-DESTDIR.patch Thu Mar 3 21:54:55 2005
@@ -1,19 +1,19 @@
-diff -urN bless-0.2.3.orig/src/Makefile bless-0.2.3/src/Makefile
---- bless-0.2.3.orig/src/Makefile 2004-12-20 12:11:49.202899608 +0100
-+++ bless-0.2.3/src/Makefile 2004-12-20 12:13:35.791695648 +0100
-@@ -58,11 +58,11 @@
+diff -ur bless-0.3.1/src/Makefile bless-0.3.1.new/src/Makefile
+--- bless-0.3.1/src/Makefile 2005-02-14 14:13:56.000000000 +0000
++++ bless-0.3.1.new/src/Makefile 2005-03-03 20:53:47.563879256 +0000
+@@ -76,11 +76,11 @@
$(MCS) -t:library -r:nunit.framework -pkg:gtk-sharp $<
install: bless.exe
-- install -c -d $(PREFIX)/lib/bless
-- install -c bless.exe $(PREFIX)/lib/bless
-+ install -c -d $(DESTDIR)$(PREFIX)/lib/bless
-+ install -c bless.exe $(DESTDIR)$(PREFIX)/lib/bless
- echo "mono $(PREFIX)/lib/bless/bless.exe \"[EMAIL PROTECTED]"" > bless
+- install -c -d $(PREFIX)/lib/bless/bin/
+- install -c bless.exe $(PREFIX)/lib/bless/bin/
++ install -c -d $(DESTDIR)$(PREFIX)/lib/bless/bin/
++ install -c bless.exe $(DESTDIR)$(PREFIX)/lib/bless/bin/
+ echo -e "#!/bin/sh\ncd $(PREFIX)/lib/bless/bin/; mono bless.exe
\"[EMAIL PROTECTED]"" > bless
- install -c -d $(PREFIX)/bin
- install -c bless $(PREFIX)/bin
+ install -c -d $(DESTDIR)$(PREFIX)/bin
+ install -c bless $(DESTDIR)$(PREFIX)/bin
-
+ rm bless
uninstall:
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/bless-DESTDIR.patch?r1=1.1&r2=1.2&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit