diff options
author | B. Watson <yalhcru@gmail.com> | 2012-08-12 12:27:26 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-12 12:27:26 -0500 |
commit | dd0762e7bbc71f4e9f2b166aec1b8260eef3a2b1 (patch) | |
tree | 646536858cf75b4f0e0451b1c7451f7e38e65ec3 /audio/foo-yc20/setcap.sh | |
parent | f616c2cd6f3dd13e66f9798793804e314f409ad5 (diff) |
audio/foo-yc20: Added (Yamaha YC-20 organ emulator)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/foo-yc20/setcap.sh')
-rw-r--r-- | audio/foo-yc20/setcap.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/foo-yc20/setcap.sh b/audio/foo-yc20/setcap.sh new file mode 100644 index 0000000000000..f96abcb1dc1a9 --- /dev/null +++ b/audio/foo-yc20/setcap.sh @@ -0,0 +1,2 @@ +[ -x /sbin/setcap ] && /sbin/setcap cap_ipc_lock,cap_sys_nice=ep usr/bin/foo-yc20 +[ -x /sbin/setcap ] && /sbin/setcap cap_ipc_lock,cap_sys_nice=ep usr/bin/foo-yc20-cli |