2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 23:30:05 -07:00

plzip: update for new env

This commit is contained in:
Dylan Araps 2021-07-18 06:06:20 +03:00
parent d77a8b9b24
commit 57202d6d8f
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -15,7 +15,7 @@ esac
CXXFLAGS="$CXXFLAGS -static -L$PWD/lzlib -I$PWD/lzlib"
make
make DESTDIR="$1" install
make install
# Create the symlink for compatibility. We're using
# a multi-threaded implementation of lzip.