summaryrefslogtreecommitdiff
path: root/system/fakeroot/fix-shell-in-fakeroot.patch
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-01-08 15:35:13 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-01 17:05:41 -0500
commit67036d66488115901510a51c83147ad37dd871e9 (patch)
tree41add2d48aa3eec3e4c5f4435bceec8a2b8fc2d8 /system/fakeroot/fix-shell-in-fakeroot.patch
parent473a51c44dc72c39a14eef332a68c6e50cf2fdc6 (diff)
downloadpackages-67036d66488115901510a51c83147ad37dd871e9.tar.gz
packages-67036d66488115901510a51c83147ad37dd871e9.tar.bz2
packages-67036d66488115901510a51c83147ad37dd871e9.tar.xz
packages-67036d66488115901510a51c83147ad37dd871e9.zip
system/fakeroot: bump { 1.24 --> 1.25.3 } and pull Alpine patches. fixes test failure on ppc64.
Diffstat (limited to 'system/fakeroot/fix-shell-in-fakeroot.patch')
-rw-r--r--system/fakeroot/fix-shell-in-fakeroot.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/fakeroot/fix-shell-in-fakeroot.patch b/system/fakeroot/fix-shell-in-fakeroot.patch
new file mode 100644
index 000000000..ce5d23f0c
--- /dev/null
+++ b/system/fakeroot/fix-shell-in-fakeroot.patch
@@ -0,0 +1,13 @@
+Description: Fix shell in fakeroot.in
+ Use /bin/sh instead of @SHELL@ in fakeroot.in
+Author: Juan Picca <jumapico@gmail.com>
+Last-Update: 2016-06-27
+---
+--- a/scripts/fakeroot.in
++++ b/scripts/fakeroot.in
+@@ -1,4 +1,4 @@
+-#!@SHELL@
++#!/bin/sh
+
+ # This script first starts faked (the daemon), and then it will run
+ # the requested program with fake root privileges.