summary refs log tree commit diff
path: root/pkgs/misc/uboot/default.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-11-04 11:23:36 +0300
committerK900 <me@0upti.me>2023-11-04 11:23:36 +0300
commit0fe8e5b5f0e8669ad1ddd82705addea67d44c454 (patch)
tree2c8f2eff01e4538cec390757d932f2e2502dc348 /pkgs/misc/uboot/default.nix
parent1d7a287b1763a672e4a77935edc741284abf2c7d (diff)
uboot: fix patchShebangs invocation
The scripts for Rockchip targets were moved to scripts/ upstream.
Diffstat (limited to 'pkgs/misc/uboot/default.nix')
-rw-r--r--pkgs/misc/uboot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index 79e8fb53bcb61..376bcbb244747 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -64,7 +64,7 @@ let
 
     postPatch = ''
       patchShebangs tools
-      patchShebangs arch/arm/mach-rockchip
+      patchShebangs scripts
     '';
 
     nativeBuildInputs = [