colord: move /etc to main pkg.

This commit is contained in:
Juan RP 2013-04-17 23:36:03 +02:00
parent cfd99054ad
commit f44e9f7aeb

View file

@ -1,7 +1,7 @@
# Template file for 'colord'
pkgname=colord
version=0.1.31
revision=2
revision=3
build_style=gnu-configure
configure_args="--disable-static --disable-schemas-compile
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-vala
@ -43,6 +43,7 @@ colord_package() {
make_dirs="/var/lib/colord 0755 colord colord"
depends="shared-color-profiles shadow"
pkg_install() {
vmove etc
vmove usr
}
}