[SCM] Debian packaging for jack-audio-connection-kit branch, master.jackd2, updated. debian/1.9.4+svn3842-2-25-g14869ee

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue Mar 2 12:02:44 UTC 2010


The following commit has been merged in the master.jackd2 branch:
commit 14869eeb4abf339a1dbd99aa6c4d215ad54c5318
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue Mar 2 13:01:59 2010 +0100

    Remove bashism from postinst file.

diff --git a/debian/jackd.postinst b/debian/jackd.postinst
index 853e940..6cb11b5 100644
--- a/debian/jackd.postinst
+++ b/debian/jackd.postinst
@@ -7,10 +7,10 @@ CONFIG_FILE=/etc/security/limits.d/audio.conf
 
 db_get jackd/tweak_rt_limits
 if [ $RET = "true" ]; then
-    mv $CONFIG_FILE{.disabled,} || true
+    mv ${CONFIG_FILE}.disabled ${CONFIG_FILE} || true
 else
     # user doesn't want RT prio
-    mv $CONFIG_FILE{,.disabled} || true
+    mv $CONFIG_FILE ${CONFIG_FILE}.disabled || true
 fi
 
 #DEBHELPER#

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list