[SCM] libdvd-pkg/master: better variable use (reduce hardcoding)

onlyjob at users.alioth.debian.org onlyjob at users.alioth.debian.org
Tue Jun 25 21:28:54 UTC 2013


The following commit has been merged in the master branch:
commit fd8bce4f912006e850cf986a55a9357f82e06657
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Wed Jun 26 06:56:04 2013 +1000

    better variable use (reduce hardcoding)

diff --git a/debian/b-i_libdvdcss.sh b/debian/b-i_libdvdcss.sh
index f617780..4097491 100755
--- a/debian/b-i_libdvdcss.sh
+++ b/debian/b-i_libdvdcss.sh
@@ -38,7 +38,7 @@ fi
 dpkg -i /dev/zero 2>/dev/null
 if [ "$?" -eq 2 ]; then
     echo "${PKGI}: dpkg database is locked. You may need to use command \"sudo dpkg-reconfigure ${PKGI}\"."
-    db_get fheroes2-pkg/post-invoke_hook
+    db_get ${PKGI}/post-invoke_hook
     if [ "$RET" = "true" ]; then
         echo "${PKGI}: Building and installation of package(s) [${PKGG}] postponed till after next APT operation."
     fi

-- 
libdvdcss-pkg packaging



More information about the pkg-multimedia-commits mailing list