From c0549cd845fb5b07769d757229eb337a5622a0cb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 29 Dec 2008 15:54:33 +0100 Subject: [PATCH] binpkg: fix the priority object. --HG-- extra : convert_revision : 478d30796865eaa479571fb3834a0e9e2a309b5c --- shutils/binpkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shutils/binpkg.sh b/shutils/binpkg.sh index 9458e9c23a..d31892ca6c 100644 --- a/shutils/binpkg.sh +++ b/shutils/binpkg.sh @@ -38,7 +38,7 @@ xbps_write_metadata_pkg() exit 1 fi - if [ -n "$priority" ]; then + if [ -n "$install_priority" ]; then prioinst=$install_priority else prioinst=0