quingy: move to usr/bin.
This commit is contained in:
parent
85eb5d5ee3
commit
7ecb0d318e
|
@ -5,7 +5,7 @@ After=systemd-user-sessions.service plymouth-quit-wait.service
|
|||
|
||||
[Service]
|
||||
Environment=TERM=linux
|
||||
ExecStart=/usr/sbin/qingy %I -n
|
||||
ExecStart=/usr/bin/qingy %I -n
|
||||
Type=idle
|
||||
Restart=always
|
||||
RestartSec=0
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'qingy'
|
||||
pkgname=qingy
|
||||
version=1.0.0
|
||||
revision=13
|
||||
revision=14
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="ncurses-devel libressl-devel
|
||||
$(vopt_if pam pam-devel) $(vopt_if x11 'libXScrnSaver-devel libX11-devel scrnsaverproto')"
|
||||
configure_args="--disable-static --disable-DirectFB-support
|
||||
configure_args="--sbindir=/usr/bin --disable-static --disable-DirectFB-support
|
||||
$(vopt_enable pam) $(vopt_enable x11 x-support)"
|
||||
short_desc="Qingy Is Not Getty"
|
||||
maintainer="Jens E. Becker <v2px@v2px.de>"
|
||||
|
|
Loading…
Reference in New Issue