]> git.pld-linux.org Git - packages/bless.git/blobdiff - bless-DESTDIR.patch
- updated for 0.3.1
[packages/bless.git] / bless-DESTDIR.patch
index c5b7c190a6efe9b5fe162edda64e39dbce6703a0..06ad23bcea8c1321f8f17dac3492137b75d9d97a 100644 (file)
@@ -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 \"\$$@\"" > 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 \"\$$@\"" > 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:
This page took 0.082638 seconds and 4 git commands to generate.