mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
gdm: move /etc to main pkg.
This commit is contained in:
parent
62ceb607c7
commit
2c7fb02e57
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gdm'
|
# Template file for 'gdm'
|
||||||
pkgname=gdm
|
pkgname=gdm
|
||||||
version=3.8.1.1
|
version=3.8.1.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-static
|
configure_args="--disable-schemas-compile --disable-static
|
||||||
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
||||||
|
@ -77,6 +77,7 @@ gdm_package() {
|
||||||
depends="xrdb dconf>=0.16 hicolor-icon-theme
|
depends="xrdb dconf>=0.16 hicolor-icon-theme
|
||||||
xorg-server gnome-session>=3.8.0 gnome-settings-daemon>=3.8"
|
xorg-server gnome-session>=3.8.0 gnome-settings-daemon>=3.8"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove etc
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue