1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-24 12:10:13 +02:00

Unfuck libtool archives for libnl3

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-10-06 01:10:19 +02:00
parent 8ee48e70d2
commit e7101d5400

View file

@ -18,6 +18,7 @@ deploy() {
local SOURCE="$1"
local DEPLOY="$2"
unfuck_libtool
make DESTDIR="$DEPLOY" install
cp "$SCRIPTDIR/pkg/$PKGNAME/rootfs_files.txt" "$DEPLOY"
}