fakeroot/fakeroot-1.21-fix-shell-in-fakeroot
Marcus Meissner 8a9596368b - Aded fakeroot-C99.patch to fix C99 violations which prevent building
with GCC 14.

If the request is OK, please forward it to Factory so that the package
is ready when we switch the default compiler.  Thanks!

OBS-URL: https://build.opensuse.org/package/show/devel:tools/fakeroot?expand=0&rev=45
2024-07-28 11:05:02 +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.