Merge pull request #1097 from bougyman/xlock_setuid
xlockmore: setuid on xlock
This commit is contained in:
commit
9e1a57153e
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xlockmore'
|
||||
pkgname=xlockmore
|
||||
version=5.32
|
||||
revision=3
|
||||
revision=4
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="freetype-devel libXt-devel libXext-devel"
|
||||
short_desc="Provides the 'xlock' X screen locker"
|
||||
|
@ -19,4 +19,5 @@ pre_build() {
|
|||
do_install() {
|
||||
make INSTPGMFLAGS= xapploaddir=${DESTDIR}/usr/share/X11/app-defaults \
|
||||
mandir=${DESTDIR}/usr/share/man/man1 prefix=${DESTDIR}/usr install
|
||||
chmod u+s ${DESTDIR}/usr/bin/xlock
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue