aboutsummaryrefslogtreecommitdiffstats
path: root/community/capitaine-cursors/busybox_ln.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/capitaine-cursors/busybox_ln.patch')
-rw-r--r--community/capitaine-cursors/busybox_ln.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/capitaine-cursors/busybox_ln.patch b/community/capitaine-cursors/busybox_ln.patch
deleted file mode 100644
index 9178859361a..00000000000
--- a/community/capitaine-cursors/busybox_ln.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/build.sh b/build.sh
-index 9d80f46..58b8575 100755
---- a/build.sh
-+++ b/build.sh
-@@ -151,7 +151,7 @@ function assemble {
-
- if [ -e "$to" ]; then continue; fi
-
-- ln -sr "$from" "$to"
-+ ln -s "$from" "$to"
- done < "$ALIASES"
- popd > /dev/null || return 1
-