xsecurelock: fixed install issue
This commit is contained in:
parent
61c2bf1837
commit
04fe8dc6ff
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue