fakeroot/fakeroot-1.21-fix-shell-in-fakeroot
Martin Pluskal c632317932 Accepting request 449594 from home:alois:branches:devel:tools
Update to 1.21.

It will require linking perl-MIME-Charset, perl-Text-WrapI18N, perl-Unicode-LineBreak and po4a
from openSUSE:Factory for the three SLE12s.

OBS-URL: https://build.opensuse.org/request/show/449594
OBS-URL: https://build.opensuse.org/package/show/devel:tools/fakeroot?expand=0&rev=8
2017-01-11 08:11:01 +00:00

14 lines
366 B
Plaintext

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.