2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

cmake: update for new env

This commit is contained in:
Dylan Araps 2021-07-18 07:18:45 +03:00
parent da3cec65bc
commit b5778a061c
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -3,8 +3,6 @@
patch -p1 < cmake-no-execinfo.patch
if kiss l cmake; then
export DESTDIR="$1"
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
@ -26,7 +24,7 @@ else
--system-bzip2
make
make DESTDIR="$1" install
make install
fi
rm -rf \