bug fix for test install of debian pkg

This commit is contained in:
Matthew Budd 2020-05-15 21:27:17 -04:00
parent e70b38cf5f
commit 09d84283cd
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ my $CTL_FILENAME="$INSTALL_PREFIX/DEBIAN/control";
my $ARCH="amd64";
my $PKG_OUTPUT_FILE="fceux-$VERSION-$ARCH.deb";
# Start by auto figuring out dependencies of the executable.
# the rest of the package creation is trival.
my $SO_LIST=`objdump -x $INSTALL_PREFIX/usr/bin/fceux`;
#print "$SO_LIST";

View File

@ -111,4 +111,4 @@ $SCRIPT_DIR/debpkg.pl;
echo '**************************************************************'
echo 'Testing Install of Package'
echo '**************************************************************'
dpkg -i /tmp/fceux*.deb
sudo dpkg -i /tmp/fceux-*.deb