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

cmake: Fixes

This commit is contained in:
Dylan Araps 2020-03-24 16:28:52 +02:00
parent 0c0d9f287d
commit a4573a55be
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,7 +1,7 @@
#!/bin/sh -e
if kiss l cmake; then
export DESTDIR=$1
export DESTDIR="$1"
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
@ -28,4 +28,4 @@ else
fi
rm -rf "$1/usr/doc"
rm -rf "$1/usr/share/cmake"-?.?/Help
rm -rf "$1/usr/share/cmake"*/Help