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

cmake: fix build

This commit is contained in:
Dylan Araps 2019-08-21 00:28:20 +00:00
parent 6eb266732a
commit 30d46dd3be
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ make
make DESTDIR="$1" install
# Grab the package version.
IFS=. read -r ver1 ver2 _ < "${0%*/}/version"
IFS=. read -r ver1 ver2 _ < "${0%/*}/version"
# Remove docs.
rm -rf "$1/usr/doc"

View File

@ -1 +1 @@
3.15.2 2
3.15.2 3