mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
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 #2776
This commit is contained in:
parent
971808ec9f
commit
fee48fd22c
@ -1,6 +1,6 @@
|
||||
SUBDIRS = zpool-config zpios-test zpios-profile
|
||||
|
||||
EXTRA_DIST = dkms.mkconf dkms.postinst kmodtool zfs2zol-patch.sed cstyle.pl
|
||||
EXTRA_DIST = dkms.mkconf dkms.postbuild kmodtool zfs2zol-patch.sed cstyle.pl
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
dist_pkgdata_SCRIPTS = \
|
||||
|
@ -47,7 +47,7 @@ PRE_BUILD="configure
|
||||
}
|
||||
)
|
||||
"
|
||||
POST_INSTALL="scripts/dkms.postinst
|
||||
POST_BUILD="scripts/dkms.postbuild
|
||||
-n \${PACKAGE_NAME}
|
||||
-v \${PACKAGE_VERSION}
|
||||
-a \${arch}
|
||||
|
Loading…
Reference in New Issue
Block a user