qingy: fix qingy@.service to respect %I.
This commit is contained in:
parent
149313289f
commit
fe7d996ac6
|
@ -18,4 +18,4 @@ KillMode=process
|
|||
IgnoreSIGPIPE=no
|
||||
|
||||
[Install]
|
||||
Alias=getty.target.wants/qingy@tty1.service
|
||||
WantedBy=getty.target
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qingy'
|
||||
pkgname="qingy"
|
||||
version="1.0.0"
|
||||
revision=7
|
||||
revision=8
|
||||
build_style=gnu-configure
|
||||
makedepends="ncurses-devel openssl-devel"
|
||||
configure_args="--disable-static --disable-DirectFB-support"
|
||||
|
@ -41,7 +41,7 @@ else
|
|||
fi
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/qingy@.service 644 usr/lib/systemd/system
|
||||
vinstall ${FILESDIR}/qingy@.service 644 usr/lib/systemd/system
|
||||
sed -i '/pam_console/d' ${DESTDIR}/etc/pam.d/qingy
|
||||
sed -i 's#usr/X11R6/bin#usr/bin#' ${DESTDIR}/etc/qingy/settings
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue