snoopy: sbin -> usr/bin
This commit is contained in:
parent
4481404d59
commit
4e33371714
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
case "${ACTION}" in
|
||||
post)
|
||||
sbin/snoopy-enable
|
||||
usr/bin/snoopy-enable
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
case "${ACTION}" in
|
||||
pre)
|
||||
sbin/snoopy-disable
|
||||
usr/bin/snoopy-disable
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue