Fix typo.

This commit is contained in:
Cyteen May 2020-02-22 16:38:38 +00:00
parent 0a58c5e103
commit a265a2eaea
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash
apt-get install -y git-buildpackage
if [ "$1" == "-h" ]; then
echo "Usage: `basename $0` Takes a build location and a dsc file
@ -33,7 +34,7 @@ apt-get -y remove --purge ${APT_REMOVE}
apt-get -y autoremove
# Install the built debs
INSTALL_DEB=${APT_REMOVE%%-*}
INSTALL_DEB=${APT_REMOVE%%_*}
dpkg -i ../${INSTALL_DEB}_*deb
apt-get -f install -y