mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-18 13:51:08 +00:00
fix by Fernando Ribeiro - thanks a lot
This commit is contained in:
parent
346da7265e
commit
dd9ca04ef8
@ -21,7 +21,7 @@ do \
|
||||
LIBNAME=$(basename $lib); \
|
||||
nm -D $lib | cut -d' ' -f3 | sort -u > /tmp/$LIBNAME.1; \
|
||||
done; \
|
||||
DEBLINE+=" $DEBDIR/$pack*.deb ";
|
||||
DEBLINE="$DEBLINE $DEBDIR/$pack*.deb ";
|
||||
done
|
||||
|
||||
sudo dpkg -i $DEBLINE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user