gdm: switch to /usr.
This commit is contained in:
parent
de64e3585f
commit
f29c2fbcb1
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gdm'
|
||||
pkgname=gdm
|
||||
version=3.4.1
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-scrollkeeper
|
||||
--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}
|
||||
done
|
||||
# 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
|
||||
|
||||
chmod 1770 ${DESTDIR}/var/log/gdm
|
||||
|
|
Loading…
Reference in New Issue