1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/patchwork/0001-support-busybox-readlink.patch
2018-01-30 23:40:17 +00:00

13 lines
442 B
Diff

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