snoopy: sbin -> usr/bin

This commit is contained in:
Alessio Sergi 2015-06-04 08:46:07 +02:00
parent 4481404d59
commit 4e33371714
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
case "${ACTION}" in
post)
sbin/snoopy-enable
usr/bin/snoopy-enable
;;
esac

View File

@ -1,5 +1,5 @@
case "${ACTION}" in
pre)
sbin/snoopy-disable
usr/bin/snoopy-disable
;;
esac

View File

@ -1,7 +1,7 @@
# Template file for 'snoopy'
pkgname=snoopy
version=2.3.0
revision=2
revision=3
wrksrc="snoopy-${version}"
build_style=gnu-configure
configure_args="--sbindir=/usr/bin"