[pacman-dev] [PATCH] makepkg: Fix typo to make xdelta creation work.

Nathan Jones nathanj at insightbb.com
Thu Oct 4 18:25:46 EDT 2007


Signed-off-by: Nathan Jones <nathanj at insightbb.com>
---
 scripts/makepkg.sh.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index e4b96f0..4a68c84 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -877,7 +877,7 @@ create_xdelta() {
 
 	local old_file old_version
 	for old_file in $(ls {"$cache_dir","$PKGDEST"}/${pkgname}-*-*{,-$CARCH}$PKGEXT 2>/dev/null); do
-		bsdtar -xOf "$oldfile" .PKGINFO > "$pkginfo" || continue
+		bsdtar -xOf "$old_file" .PKGINFO > "$pkginfo" || continue
 		if [ "$(cat "$pkginfo" | grep '^pkgname = ')" != "pkgname = $pkgname" ]; then
 			continue # Package name does not match.
 		elif [ "$(cat "$pkginfo" | grep '^arch = ')" != "arch = $CARCH" ] ; then
-- 
1.5.3.4




More information about the pacman-dev mailing list