From d7b324b0124919df19ff0dee0bbe928664104fcd Mon Sep 17 00:00:00 2001 From: v2px Date: Mon, 10 Feb 2014 01:04:23 +0100 Subject: [PATCH] qingy: fix path to xinit in /etc/qingy/settings --- srcpkgs/qingy/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/qingy/template b/srcpkgs/qingy/template index a53f16729a8..01db795df58 100644 --- a/srcpkgs/qingy/template +++ b/srcpkgs/qingy/template @@ -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 }