xbps-src: bump version; add /etc to pkg_install.
This commit is contained in:
parent
af6a313377
commit
10da333423
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xbps-src'
|
||||
pkgname=xbps-src
|
||||
version=20130416
|
||||
revision=2
|
||||
version=20130417
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||
|
@ -24,6 +24,7 @@ xbps-src_package() {
|
|||
replaces="xbps-src-git>=0"
|
||||
depends="bash xbps-triggers>=0.54 fakeroot"
|
||||
pkg_install() {
|
||||
vmove etc
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue