1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/libsass/fix-pkgconfig-version.patch
Leo 875e55d9cd community/libsass: fix build
Set the pkgconfig version to our current version
2019-11-21 18:29:30 +01:00

16 lines
438 B
Diff

diff --git a/version.sh b/version.sh
index 281de74..22cd96d 100755
--- a/version.sh
+++ b/version.sh
@@ -1,10 +1 @@
-if test "x$LIBSASS_VERSION" = "x"; then
- LIBSASS_VERSION=`git describe --abbrev=4 --dirty --always --tags 2>/dev/null`
-fi
-if test "x$LIBSASS_VERSION" = "x"; then
- LIBSASS_VERSION=`cat VERSION 2>/dev/null`
-fi
-if test "x$LIBSASS_VERSION" = "x"; then
- LIBSASS_VERSION="[na]"
-fi
-echo $LIBSASS_VERSION
+echo 3.6.3