netbsd-rumpkernel: strip libs thru xbps-src way.
This commit is contained in:
parent
460b64529b
commit
fffe11b8de
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'netbsd-rumpkernel'.
|
||||
pkgname=netbsd-rumpkernel
|
||||
version=20130318
|
||||
revision=2
|
||||
revision=3
|
||||
makedepends="cvs"
|
||||
short_desc="NetBSD rump kernel"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -20,7 +20,6 @@ long_desc="
|
|||
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
nostrip=yes
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/anttikantee/buildrump.sh.git"
|
||||
|
@ -44,4 +43,7 @@ do_install() {
|
|||
./buildrump.sh -r -V MKPICINSTALL=no -d ${DESTDIR}/usr install
|
||||
# Move man to correct dir.
|
||||
vmove usr/man usr/share
|
||||
# Set proper perms to libs.
|
||||
chmod 644 ${DESTDIR}/usr/lib/*.a
|
||||
chmod 755 ${DESTDIR}/usr/lib/*.so.*
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue