qingy: fix path to xinit in /etc/qingy/settings
This commit is contained in:
parent
33f0740690
commit
d7b324b012
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qingy'
|
||||
pkgname="qingy"
|
||||
version="1.0.0"
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
makedepends="ncurses-devel openssl-devel"
|
||||
configure_args="--disable-static --disable-DirectFB-support"
|
||||
|
@ -41,4 +41,5 @@ fi
|
|||
post_install() {
|
||||
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
Block a user