aboutsummaryrefslogtreecommitdiffstats
path: root/main/bubblewrap
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-06-14 12:24:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-14 12:24:55 +0000
commit9bbbccd444b4ab53658faa10d572742321cfc3ca (patch)
tree477b5de01391499a93b42aeb135a6b3e700ddb14 /main/bubblewrap
parentbef177451e1e50254159685f68b152637ed998d2 (diff)
downloadaports-9bbbccd444b4ab53658faa10d572742321cfc3ca.tar.bz2
aports-9bbbccd444b4ab53658faa10d572742321cfc3ca.tar.xz
main/bubblewrap: fix patch to be -p1
Diffstat (limited to 'main/bubblewrap')
-rw-r--r--main/bubblewrap/APKBUILD2
-rw-r--r--main/bubblewrap/realpath-workaround.patch4
2 files changed, 3 insertions, 3 deletions
diff --git a/main/bubblewrap/APKBUILD b/main/bubblewrap/APKBUILD
index 3ed551a0c4..1b15449e17 100644
--- a/main/bubblewrap/APKBUILD
+++ b/main/bubblewrap/APKBUILD
@@ -48,5 +48,5 @@ bashcomp() {
}
sha512sums="746f10cd9f9852ca4679d589357402ec10c352e02f77384844a4657fd9b2952189a3299319fbefedd35358d39fd16ded63cc3db95041ed2091548183786b8b63 bubblewrap-0.2.0.tar.gz
-e1b350baf969ef2b22b519d95f77f65f18f0fe76b38c6010c0eb414728c948c7753617fc5f0398f1a7b8d0ca1675869d788e3196c7dec254352dff63e9c4ac24 realpath-workaround.patch
+7e8395aa7801263056b0c072194240f0ae1ee1a3b0acd874baf112a7b7b5e53ac5f688ece9099067bfc1e28e52e81f107964a3288a615cc1eedb1af5f82bbd8e realpath-workaround.patch
f59cda3b09dd99db9ca6d97099a15bb2523e054063d677502317ae3165ba2e32105a0ae8f877afc3827bd28d093c9d9d413270f4c87d9fe5f26f3eee670d916e musl-fixes.patch"
diff --git a/main/bubblewrap/realpath-workaround.patch b/main/bubblewrap/realpath-workaround.patch
index 08bfb4c665..8474faf358 100644
--- a/main/bubblewrap/realpath-workaround.patch
+++ b/main/bubblewrap/realpath-workaround.patch
@@ -8,8 +8,8 @@ will fail.
diff --git bind-mount.c.orig bind-mount.c
index 045fa0e..d05b540 100644
---- bind-mount.c.orig
-+++ bind-mount.c
+--- ./bind-mount.c.orig
++++ ./bind-mount.c
@@ -23,6 +23,28 @@
#include "utils.h"
#include "bind-mount.h"