You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
366 B
14 lines
366 B
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.
|