Root/libdumb/patches/010-makefile.patch

1Index: dumb-0.9.3/Makefile
2===================================================================
3--- dumb-0.9.3.orig/Makefile 2011-06-07 10:30:24.000000000 +0200
4+++ dumb-0.9.3/Makefile 2011-06-07 10:57:15.000000000 +0200
5@@ -22,7 +22,7 @@
6 # (Note that this is unable to delete the dumbask
7 # executable if the configuration is absent.)
8 
9-MAKEFILE = Makefile.rdy
10+MAKEFILE = Makefile
11 
12 .PHONY: all install uninstall clean veryclean distclean config config-if-necessary make-outdirs
13 
14@@ -80,9 +80,9 @@
15 DEFAULT_PREFIX := /usr/local
16 endif
17 export DEFAULT_PREFIX
18-INCLUDE_INSTALL_PATH := $(PREFIX)/include
19-LIB_INSTALL_PATH := $(PREFIX)/lib
20-BIN_INSTALL_PATH := $(PREFIX)/bin
21+INCLUDE_INSTALL_PATH := $(DESTDIR)$(PREFIX)/include
22+LIB_INSTALL_PATH := $(DESTDIR)$(PREFIX)/lib
23+BIN_INSTALL_PATH := $(DESTDIR)$(PREFIX)/bin
24 
25 endif
26 
27

Archive Download this file



interactive