bug fix for test install of debian pkg
This commit is contained in:
parent
e70b38cf5f
commit
09d84283cd
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue