[SCM] jackd2/master: Don't fail in postinst after skipping debconf dialog (Closes: #688202)
adiknoth-guest at users.alioth.debian.org
adiknoth-guest at users.alioth.debian.org
Sat Jun 22 10:51:17 UTC 2013
The following commit has been merged in the master branch:
commit cabc913be23e6867d69b5d4ea03fd0e2979eafa0
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date: Sat Jun 22 11:41:18 2013 +0200
Don't fail in postinst after skipping debconf dialog (Closes: #688202)
diff --git a/debian/jackd2.postinst b/debian/jackd2.postinst
index fb6f5e6..007d60c 100644
--- a/debian/jackd2.postinst
+++ b/debian/jackd2.postinst
@@ -14,7 +14,7 @@ if [ ! -s ${CONFIG_FILE} ] && [ ! -s ${CONFIG_FILE}.disabled ]; then
fi
db_get jackd/tweak_rt_limits
-if [ $RET = "true" ]; then
+if [ "x$RET" = "xtrue" ]; then
if [ -e ${CONFIG_FILE}.disabled ]; then
mv ${CONFIG_FILE}.disabled ${CONFIG_FILE} || true
fi
--
jackd2 packaging
More information about the pkg-multimedia-commits
mailing list