beep: fix absolute paths in INSTALL/REMOVE
This commit is contained in:
parent
e963126232
commit
f61a6ce97c
@ -1,6 +1,6 @@
|
|||||||
# INSTALL
|
# INSTALL
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
post)
|
post)
|
||||||
setcap cap_dac_override,cap_sys_tty_config+ep /usr/bin/beep
|
setcap cap_dac_override,cap_sys_tty_config+ep usr/bin/beep
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'beep'
|
# Template file for 'beep'
|
||||||
pkgname=beep
|
pkgname=beep
|
||||||
version=1.3
|
version=1.3
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="beep"
|
make_build_args="beep"
|
||||||
short_desc="Beep music composer"
|
short_desc="Beep music composer"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user