summaryrefslogtreecommitdiff
path: root/debian/patches/fix-shell-in-fakeroot
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-11-25 16:44:37 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-11-25 16:44:37 +0300
commit4927b084a932e2445e9626e2e4e5a558aee59518 (patch)
treee8bb9406e1964639328ffab1be254eee4a88e468 /debian/patches/fix-shell-in-fakeroot
downloadfakeroot-debian.tar.gz
Import fakeroot (1.24-1)debian/1.24-1debian
Diffstat (limited to 'debian/patches/fix-shell-in-fakeroot')
-rw-r--r--debian/patches/fix-shell-in-fakeroot13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/fix-shell-in-fakeroot b/debian/patches/fix-shell-in-fakeroot
new file mode 100644
index 0000000..ce5d23f
--- /dev/null
+++ b/debian/patches/fix-shell-in-fakeroot
@@ -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.