summaryrefslogtreecommitdiffstats
path: root/system/fakeroot/patches/fix-shell-in-fakeroot.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/fakeroot/patches/fix-shell-in-fakeroot.patch')
-rw-r--r--system/fakeroot/patches/fix-shell-in-fakeroot.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/fakeroot/patches/fix-shell-in-fakeroot.patch b/system/fakeroot/patches/fix-shell-in-fakeroot.patch
new file mode 100644
index 0000000000..ce5d23f0c8
--- /dev/null
+++ b/system/fakeroot/patches/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.