gnome-keyring: move /etc to main pkg.
This commit is contained in:
parent
08212b2d60
commit
cfd99054ad
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnome-keyring'
|
# Template file for 'gnome-keyring'
|
||||||
pkgname=gnome-keyring
|
pkgname=gnome-keyring
|
||||||
version=3.8.1
|
version=3.8.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-pam-dir=/usr/lib/security --disable-debug
|
configure_args="--with-pam-dir=/usr/lib/security --disable-debug
|
||||||
--disable-schemas-compile"
|
--disable-schemas-compile"
|
||||||
|
@ -19,6 +19,7 @@ gnome-keyring_package() {
|
||||||
# For setcap(8).
|
# For setcap(8).
|
||||||
depends="libcap-progs dconf gcr>=3.8.0"
|
depends="libcap-progs dconf gcr>=3.8.0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove etc
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue