diff options
Diffstat (limited to 'net-im/telegram-purple/files/patch-commit.h.gen')
-rw-r--r-- | net-im/telegram-purple/files/patch-commit.h.gen | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-im/telegram-purple/files/patch-commit.h.gen b/net-im/telegram-purple/files/patch-commit.h.gen deleted file mode 100644 index 988149c97624..000000000000 --- a/net-im/telegram-purple/files/patch-commit.h.gen +++ /dev/null @@ -1,23 +0,0 @@ ---- commit.h.gen.orig 2020-03-25 20:48:01 UTC -+++ commit.h.gen -@@ -20,19 +20,7 @@ - - set -e - --if ! (command -v git && git status) >/dev/null 2>&1 --then -- if test -r commit.h -- then -- echo "No git available. Assuming everything is up-to-date." -- exit 0 -- else -- echo >&2 "No git available. Can't reconstruct commit.h" -- exit 1 -- fi --fi -- --GIT_COMMIT=`git rev-parse HEAD | cut -c1-10` -+GIT_COMMIT="ca42dcf0e6" - - if grep -scq "${GIT_COMMIT}" commit.h - then |