aboutsummaryrefslogtreecommitdiffstats
path: root/main/patchwork/0001-support-busybox-readlink.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/patchwork/0001-support-busybox-readlink.patch')
-rw-r--r--main/patchwork/0001-support-busybox-readlink.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/patchwork/0001-support-busybox-readlink.patch b/main/patchwork/0001-support-busybox-readlink.patch
deleted file mode 100644
index 3918b58f0e..0000000000
--- a/main/patchwork/0001-support-busybox-readlink.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/patchwork/bin/parsemail.sh b/patchwork/bin/parsemail.sh
-index a742f60e54..14a608616c 100755
---- a/patchwork/bin/parsemail.sh
-+++ b/patchwork/bin/parsemail.sh
-@@ -20,7 +20,7 @@
- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
- BIN_DIR=$(dirname "$0")
--PATCHWORK_BASE=$(readlink -e "$BIN_DIR/../..")
-+PATCHWORK_BASE=$(readlink -f "$BIN_DIR/../..")
-
- if [ -z "$PW_PYTHON" ]; then
- PW_PYTHON=python2