[Pkg-zfsonlinux-devel] [SCM] zfs branch, master, updated. upstream/0.6.4.2-640-gea1ac94
Aron Xu
aron at debian.org
Mon Nov 2 16:50:18 UTC 2015
The following commit has been merged in the master branch:
commit ea1ac9419c80ac5f79999439d3e42959e73e2c3b
Author: Aron Xu <aron at debian.org>
Date: Tue Nov 3 00:52:48 2015 +0800
Correct path
diff --git a/debian/rules b/debian/rules
index 7a73bd4..45319dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,7 +85,7 @@ override_dh_auto_install:
@# This shunt allows DKMS to install the Module.symvers and zfs_config.h
@# files to the ${dkms_tree} area through the POST_INSTALL directive.
- printf '#!/bin/sh\ncp "$$@"\n' >'$(META_DISTDIR)/cp'
+ printf '#!/bin/sh\ncp "$$@"\n' > '$(CURDIR)/debian/tmp/usr/src/$(NAME)-$(VERSION)/cp'
chmod 755 '$(CURDIR)/debian/tmp/usr/src/$(NAME)-$(VERSION)/cp'
mkdir -p $(CURDIR)/debian/tmp/usr/lib
--
OpenZFS on Linux
More information about the Pkg-zfsonlinux-devel
mailing list