25 lines
682 B
Diff
25 lines
682 B
Diff
Index: gnupg-2.4.3/autogen.sh
|
|
===================================================================
|
|
--- gnupg-2.4.3.orig/autogen.sh
|
|
+++ gnupg-2.4.3/autogen.sh
|
|
@@ -221,7 +221,7 @@ if [ "$myhost" = "find-version" ]; then
|
|
esac
|
|
|
|
beta=no
|
|
- if [ -e .git ]; then
|
|
+ if false; then
|
|
ingit=yes
|
|
tmp=$(git describe --match "${matchstr1}" --long 2>/dev/null)
|
|
tmp=$(echo "$tmp" | sed s/^"$package"//)
|
|
@@ -237,8 +237,8 @@ if [ "$myhost" = "find-version" ]; then
|
|
rvd=$((0x$(echo ${rev} | dd bs=1 count=4 2>/dev/null)))
|
|
else
|
|
ingit=no
|
|
- beta=yes
|
|
- tmp="-unknown"
|
|
+ beta=no
|
|
+ tmp=""
|
|
rev="0000000"
|
|
rvd="0"
|
|
fi
|