inspircd: clean up package contents.
This commit is contained in:
parent
1416de24d7
commit
577ddb4ab0
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'inspircd'
|
||||
pkgname=inspircd
|
||||
version=2.0.20
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=configure
|
||||
hostmakedepends="perl pkg-config"
|
||||
makedepends="libressl-devel sqlite-devel geoip-devel"
|
||||
|
@ -32,4 +32,6 @@ pre_configure() {
|
|||
}
|
||||
post_install() {
|
||||
vsv inspircd
|
||||
rm ${DESTDIR}/usr/$pkgname
|
||||
rm ${DESTDIR}/usr/.gdbargs
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue