[Debian-islamic-commits] [SCM] Packaging for Zekr branch, master, updated. debian/0.7.6+repack-2-5-g1c19b11

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Thu Aug 12 10:40:44 UTC 2010


The following commit has been merged in the master branch:
commit a3a3a4c740b513c358bf84de02defe4cbefb56da
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Thu Aug 12 08:56:41 2010 +0200

    Use readlink -f instead of realpath

diff --git a/debian/zekr_repack b/debian/zekr_repack
index 74681f9..43873b0 100755
--- a/debian/zekr_repack
+++ b/debian/zekr_repack
@@ -25,7 +25,7 @@ if [ "$ARGC" != "2" ] ; then
 fi
 
 VERSION=${ARGV[0]}
-TARBALL="`realpath "${ARGV[1]}"`"
+TARBALL="`readlink -f "${ARGV[1]}"`"
 
 TMPDIR=`mktemp -d`
 

-- 
Packaging for Zekr



More information about the Debian-islamic-commits mailing list