spl: xlint.

This commit is contained in:
Christian Neukirchen 2014-11-23 14:24:46 +01:00
parent b93ca01408
commit 191c306fb2
1 changed files with 4 additions and 4 deletions

View File

@ -19,11 +19,11 @@ post_install() {
vmkdir usr/src
tar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}.tar.gz -C ${DESTDIR}/usr/src
scripts/dkms.mkconf -v ${version} -f ${DESTDIR}/usr/src/${sourcepkg}-${version}/dkms.conf -n spl
}
}
spl-devel_package() {
short_desc="Solaris Porting Layer -- development headers"
pkg_install() {
short_desc="Solaris Porting Layer -- development headers"
pkg_install() {
vmove usr/src/${sourcepkg}-${version}/include
}
}
}