Ensure we fetch the source package matching the helper name
This commit is contained in:
parent
b19b78a4d1
commit
2e67e7c81e
1 changed files with 2 additions and 2 deletions
|
|
@ -146,9 +146,9 @@ cd PACKAGES/$PACKAGE
|
||||||
#Get package and uncompress it
|
#Get package and uncompress it
|
||||||
apt-get update -c $LOCAL_APT/etc/apt.conf
|
apt-get update -c $LOCAL_APT/etc/apt.conf
|
||||||
if [ -n "$FIXED_VER" ]; then
|
if [ -n "$FIXED_VER" ]; then
|
||||||
apt-get source $PACKAGE=$FIXED_VER --download-only -c ${LOCAL_APT}/etc/apt.conf
|
apt-get source --only-source $PACKAGE=$FIXED_VER --download-only -c ${LOCAL_APT}/etc/apt.conf
|
||||||
else
|
else
|
||||||
apt-get source $PACKAGE --download-only -c ${LOCAL_APT}/etc/apt.conf
|
apt-get source --only-source $PACKAGE --download-only -c ${LOCAL_APT}/etc/apt.conf
|
||||||
fi
|
fi
|
||||||
# Verify it first
|
# Verify it first
|
||||||
if grep -q "BEGIN PGP SIGNATURE" *.dsc; then
|
if grep -q "BEGIN PGP SIGNATURE" *.dsc; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue