beep: fix absolute paths in INSTALL/REMOVE

This commit is contained in:
Michael Gehring 2017-07-13 09:05:36 +00:00
parent e963126232
commit f61a6ce97c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# INSTALL
case "$ACTION" in
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

View File

@ -1,7 +1,7 @@
# Template file for 'beep'
pkgname=beep
version=1.3
revision=3
revision=4
build_style=gnu-makefile
make_build_args="beep"
short_desc="Beep music composer"