gdm: switch to /usr.
This commit is contained in:
parent
de64e3585f
commit
f29c2fbcb1
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gdm'
|
# Template file for 'gdm'
|
||||||
pkgname=gdm
|
pkgname=gdm
|
||||||
version=3.4.1
|
version=3.4.1
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-scrollkeeper
|
configure_args="--disable-schemas-compile --disable-scrollkeeper
|
||||||
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
||||||
|
@ -64,7 +64,7 @@ post_install() {
|
||||||
vinstall ${FILESDIR}/${f}.pam 644 etc/pam.d ${f}
|
vinstall ${FILESDIR}/${f}.pam 644 etc/pam.d ${f}
|
||||||
done
|
done
|
||||||
# Install systemd service.
|
# Install systemd service.
|
||||||
vinstall ${FILESDIR}/gdm.service 644 lib/systemd/system
|
vinstall ${FILESDIR}/gdm.service 644 usr/lib/systemd/system
|
||||||
vinstall ${FILESDIR}/gdm.tmpfiles.d 644 usr/lib/tmpfiles.d gdm.conf
|
vinstall ${FILESDIR}/gdm.tmpfiles.d 644 usr/lib/tmpfiles.d gdm.conf
|
||||||
|
|
||||||
chmod 1770 ${DESTDIR}/var/log/gdm
|
chmod 1770 ${DESTDIR}/var/log/gdm
|
||||||
|
|
Loading…
Reference in a new issue