xsecurelock: fixed install issue

This commit is contained in:
Sean R. Lang 2014-12-22 19:27:24 -05:00
parent 61c2bf1837
commit 04fe8dc6ff

View file

@ -1,7 +1,7 @@
# Template file for 'xsecurelock'
pkgname=xsecurelock
version=0.5
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-pam-service-name=system-auth"
hostmakedepends="pkg-config git automake"
@ -24,8 +24,3 @@ do_fetch() {
do_build() {
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
}
do_install() {
vbin xsecurelock
vdoc README.md README
}