From 55b6914828cd4ab5ae2b4f0d41140cfa4f2b69e5 Mon Sep 17 00:00:00 2001 From: paladine Date: Tue, 21 Dec 2004 08:56:27 +0000 Subject: [PATCH] - DESTDIR support Changed files: bless-DESTDIR.patch -> 1.1 --- bless-DESTDIR.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bless-DESTDIR.patch diff --git a/bless-DESTDIR.patch b/bless-DESTDIR.patch new file mode 100644 index 0000000..c5b7c19 --- /dev/null +++ b/bless-DESTDIR.patch @@ -0,0 +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 @@ + $(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)/bin +- install -c bless $(PREFIX)/bin ++ install -c -d $(DESTDIR)$(PREFIX)/bin ++ install -c bless $(DESTDIR)$(PREFIX)/bin + + + uninstall: -- 2.43.0