diff options
Diffstat (limited to 'app-backup/backintime/files/backintime-1.1.4-python-version-stderr.patch')
-rw-r--r-- | app-backup/backintime/files/backintime-1.1.4-python-version-stderr.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-backup/backintime/files/backintime-1.1.4-python-version-stderr.patch b/app-backup/backintime/files/backintime-1.1.4-python-version-stderr.patch deleted file mode 100644 index ffc0d9b555b1..000000000000 --- a/app-backup/backintime/files/backintime-1.1.4-python-version-stderr.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- backintime-1.1.4/common/configure -+++ backintime-1.1.4/common/configure -@@ -84,7 +84,7 @@ - done - printf "\n" >> Makefile - --if [ $(python${PYVERSION} --version | grep -c "^Python 3") -ne 1 ]; then -+if [ $(python${PYVERSION} --version 2>&1 | grep -c "^Python 3") -ne 1 ]; then - printf "Warning: Wrong Python version.\n" - printf "Please make sure Python 3.x is used by adding '--python' or '--python3'.\n" - exit 1 |