gnome-keyring: move /etc to main pkg.

This commit is contained in:
Juan RP 2013-04-17 23:35:10 +02:00
parent 08212b2d60
commit cfd99054ad

View file

@ -1,7 +1,7 @@
# Template file for 'gnome-keyring'
pkgname=gnome-keyring
version=3.8.1
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-pam-dir=/usr/lib/security --disable-debug
--disable-schemas-compile"
@ -19,6 +19,7 @@ gnome-keyring_package() {
# For setcap(8).
depends="libcap-progs dconf gcr>=3.8.0"
pkg_install() {
vmove etc
vmove usr
}
}