mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 15:02:56 +02:00
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'
|
# Template file for 'colord'
|
||||||
pkgname=colord
|
pkgname=colord
|
||||||
version=0.1.31
|
version=0.1.31
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile
|
configure_args="--disable-static --disable-schemas-compile
|
||||||
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-vala
|
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-vala
|
||||||
|
@ -43,6 +43,7 @@ colord_package() {
|
||||||
make_dirs="/var/lib/colord 0755 colord colord"
|
make_dirs="/var/lib/colord 0755 colord colord"
|
||||||
depends="shared-color-profiles shadow"
|
depends="shared-color-profiles shadow"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove etc
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue