diff options
author | Simon Frankenberger <simon@fraho.eu> | 2020-04-02 12:20:46 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-03 07:58:57 +0000 |
commit | 74e6e7544e0f8ded30b700ddf560945c1fd54a29 (patch) | |
tree | 748a430de8ffe2d8be3750b9cce9543c4b662be2 /testing/git-flow/fix-busybox-readlink.patch | |
parent | aeaacb0142db14520618c92144af85224dd306cf (diff) | |
download | aports-74e6e7544e0f8ded30b700ddf560945c1fd54a29.tar.bz2 aports-74e6e7544e0f8ded30b700ddf560945c1fd54a29.tar.xz |
testing/git-flow: new aport
Diffstat (limited to 'testing/git-flow/fix-busybox-readlink.patch')
-rw-r--r-- | testing/git-flow/fix-busybox-readlink.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/git-flow/fix-busybox-readlink.patch b/testing/git-flow/fix-busybox-readlink.patch new file mode 100644 index 0000000000..48647529dd --- /dev/null +++ b/testing/git-flow/fix-busybox-readlink.patch @@ -0,0 +1,11 @@ +--- old/git-flow ++++ new/git-flow +@@ -46,7 +46,7 @@ + # git-flow file is a symbolic link + case $(uname -s) in + Linux) +- export GITFLOW_DIR=$(dirname "$(readlink -e "$0")") ++ export GITFLOW_DIR=$(dirname "$(readlink -f "$0")") + ;; + FreeBSD|OpenBSD|NetBSD) + export FLAGS_GETOPT_CMD='/usr/local/bin/getopt' |