fakeroot/debian_fix-shell-in-fakeroot.patch

10 lines
399 B
Diff
Raw Normal View History

2022-11-14 16:34:29 +08:00
diff -ruN fakeroot/scripts/fakeroot.in fakeroot-upstream-1.30.1/scripts/fakeroot.in
--- fakeroot/scripts/fakeroot.in 2022-11-14 03:31:24.546545830 +0800
+++ fakeroot-upstream-1.30.1/scripts/fakeroot.in 2022-11-14 03:42:11.985891734 +0800
2019-11-30 16:41:20 +08:00
@@ -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.