crux-musl

Unnamed repository; edit this file 'description' to name the repository.
git clone https://codeberg.org/emmett1/crux-musl
Log | Files | Refs | README | LICENSE

fix-shell-in-fakeroot.patch (366B)


      1 Description: Fix shell in fakeroot.in
      2  Use /bin/sh instead of @SHELL@ in fakeroot.in
      3 Author: Juan Picca <jumapico@gmail.com>
      4 Last-Update: 2016-06-27
      5 ---
      6 --- a/scripts/fakeroot.in
      7 +++ b/scripts/fakeroot.in
      8 @@ -1,4 +1,4 @@
      9 -#!@SHELL@
     10 +#!/bin/sh
     11  
     12  # This script first starts faked (the daemon), and then it will run
     13  # the requested program with fake root privileges.