First check in
This commit is contained in:
12
SRC/patches/01_destdir.patch
Normal file
12
SRC/patches/01_destdir.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -Naur a/Makefile b/Makefile
|
||||
--- a/Makefile 2014-01-24 10:01:02.000000000 -0600
|
||||
+++ b/Makefile 2018-01-11 21:17:38.739182303 -0600
|
||||
@@ -5,7 +5,7 @@
|
||||
CVSTAG = $(NAME)_$(subst .,-,$(VERSION))_$(subst .,-,$(RELEASE))
|
||||
RPMBUILD=$(shell `which rpmbuild >&/dev/null` && echo "rpmbuild" || echo "rpm")
|
||||
|
||||
-prefix=/usr
|
||||
+prefix=$(DESTDIR)/usr
|
||||
includedir=$(prefix)/include
|
||||
libdir=$(prefix)/lib
|
||||
|
||||
3
SRC/patches/README
Normal file
3
SRC/patches/README
Normal file
@@ -0,0 +1,3 @@
|
||||
Place any patch files here and preface each with a
|
||||
number indicating the order of execution. Patch
|
||||
files are expected to use a .patch extension.
|
||||
Reference in New Issue
Block a user