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