summaryrefslogtreecommitdiff
path: root/system/fakeroot/fix-shell-in-fakeroot.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-01-14 21:34:44 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-01 17:05:45 -0500
commit2802f651906efae1ff0a6ee9aca9930342440a72 (patch)
treec326fbe49d39d2b650c3dba21a7454c3cf45c79e /system/fakeroot/fix-shell-in-fakeroot.patch
parent53561b489d4770216aa7d72de23994db55e86c4c (diff)
downloadpackages-2802f651906efae1ff0a6ee9aca9930342440a72.tar.gz
packages-2802f651906efae1ff0a6ee9aca9930342440a72.tar.bz2
packages-2802f651906efae1ff0a6ee9aca9930342440a72.tar.xz
packages-2802f651906efae1ff0a6ee9aca9930342440a72.zip
system/fakeroot: update to 1.26
fakeroot-skip-ipc-sanity-check: Applied upstream fix-shell-in-fakeroot: Was never required
Diffstat (limited to 'system/fakeroot/fix-shell-in-fakeroot.patch')
-rw-r--r--system/fakeroot/fix-shell-in-fakeroot.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/system/fakeroot/fix-shell-in-fakeroot.patch b/system/fakeroot/fix-shell-in-fakeroot.patch
deleted file mode 100644
index ce5d23f0c..000000000
--- a/system/fakeroot/fix-shell-in-fakeroot.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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.