]> xenbits.xensource.com Git - people/dstodden/blktap-debian.git/commitdiff
Add a patch to try to fix the make install step
authorJon Ludlam <jon@xcp-dev>
Sat, 16 Jul 2011 19:32:32 +0000 (20:32 +0100)
committerJon Ludlam <jon@xcp-dev>
Sat, 16 Jul 2011 19:32:32 +0000 (20:32 +0100)
patches/fix-install [new file with mode: 0644]
patches/series [new file with mode: 0644]

diff --git a/patches/fix-install b/patches/fix-install
new file mode 100644 (file)
index 0000000..1bbe9b3
--- /dev/null
@@ -0,0 +1,14 @@
+--- a/Config.mk
++++ b/Config.mk
+@@ -12,9 +12,8 @@
+ SHELL     ?= /bin/sh
+-DESTDIR     ?= /
+-SBINDIR     ?= usr/sbin
+-SYSCONFDIR  ?= etc
++SBINDIR     ?= /usr/sbin
++SYSCONFDIR  ?= /etc
+ include $(BLKTAP_ROOT)/config/$(BLKTAP_OS).mk
+ include $(BLKTAP_ROOT)/config/$(BLKTAP_TARGET_ARCH).mk
diff --git a/patches/series b/patches/series
new file mode 100644 (file)
index 0000000..07679bf
--- /dev/null
@@ -0,0 +1,2 @@
+debian-changes-0.1-1
+fix-install