First check in

This commit is contained in:
2018-01-11 22:51:11 -06:00
commit 7abc0e9c8c
6 changed files with 135 additions and 0 deletions

View 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