colord: move /etc to main pkg.
This commit is contained in:
parent
cfd99054ad
commit
f44e9f7aeb
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue