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 case "${ACTION}" in
post) post)
sbin/snoopy-enable usr/bin/snoopy-enable
;; ;;
esac esac

View file

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

View file

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