mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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
|
case "${ACTION}" in
|
||||||
post)
|
post)
|
||||||
sbin/snoopy-enable
|
usr/bin/snoopy-enable
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
case "${ACTION}" in
|
case "${ACTION}" in
|
||||||
pre)
|
pre)
|
||||||
sbin/snoopy-disable
|
usr/bin/snoopy-disable
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue