]> git.proxmox.com Git - mirror_spl.git/commit
Install header during post-build rather than post-install.
authorTom Prince <tom.prince@clusterhq.com>
Thu, 9 Oct 2014 17:08:00 +0000 (14:08 -0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 9 Oct 2014 19:00:25 +0000 (12:00 -0700)
commitde2a22fcb3e7e8d7c4f695aeb0caf9cdc8f82c9a
tree6bcfae0c12531bbb8c4b28fee0a07c299a5f1efb
parent81857a34d1d767abf40aea7e6db074d8cbf7b49f
Install header during post-build rather than post-install.

New versions of dkms clean up the build directory after installing.

It appears that this was always intended, but had rm -rf "/path/to/build/*"
(note the quotes), which prevented it from working.

Also, the build step is already installing stuff into the directory where
these files go, so installing our stuff there as part of build rather than
install makes sense.

Signed-off-by: Tom Prince <tom.prince@clusterhq.com>
Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #399
scripts/Makefile.am
scripts/dkms.mkconf
scripts/dkms.postbuild [new file with mode: 0755]
scripts/dkms.postinst [deleted file]