binpkg: fix the priority object.
--HG-- extra : convert_revision : 478d30796865eaa479571fb3834a0e9e2a309b5c
This commit is contained in:
parent
7f05ee8ed8
commit
c0549cd845
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue