From 7f5a6a48a072ce9bde00bdd2b0129594c7e4f91e Mon Sep 17 00:00:00 2001 From: Andrea Veri Date: May 03 2019 22:04:07 +0000 Subject: Patch was actually reversed :) --- diff --git a/01-python-runtime-binary.patch b/01-python-runtime-binary.patch index 28cbe0f..2768a8f 100644 --- a/01-python-runtime-binary.patch +++ b/01-python-runtime-binary.patch @@ -1,16 +1,16 @@ --- mirrorbrain/mirrorbrain.py.orig 2019-05-03 23:32:01.146785304 +0200 +++ mirrorbrain/mirrorbrain.py 2019-05-03 23:31:54.441952637 +0200 @@ -1,4 +1,4 @@ --#!/usr/bin/python2 -+#!/usr/bin/python +-#!/usr/bin/python ++#!/usr/bin/python2 ################################################################################ # mirrorprobe -- fetch mirrors from a database, try to access them and mark them --- tools/null-rsync.orig 2019-05-03 23:29:43.252226767 +0200 +++ tools/null-rsync 2019-05-03 23:30:00.125805646 +0200 @@ -1,4 +1,4 @@ --#!/usr/bin/python2 -+#!/usr/bin/python +-#!/usr/bin/python ++#!/usr/bin/python2 """ Create a local file tree as copy from a remote server via rsync.