aports/testing/tangram/busybox.patch
psykose 3d181d31ee testing/tangram: upgrade to 3.0
to remove webkit2gtk 5.0
2023-04-29 03:44:10 +02:00

21 lines
534 B
Diff

diff --git a/src/bin.js b/src/bin.js
index 995c092..8ce4a2c 100755
--- a/src/bin.js
+++ b/src/bin.js
@@ -1,4 +1,4 @@
-#!/usr/bin/env -S gjs -m
+#!/usr/bin/gjs -m
import { exit, programArgs, programInvocationName } from "system";
import GLib from "gi://GLib";
diff --git a/src/local.js b/src/local.js
index e3fa11a..1385227 100755
--- a/src/local.js
+++ b/src/local.js
@@ -1,4 +1,4 @@
-#!/usr/bin/env -S gjs -m
+#!/usr/bin/gjs -m
import { exit, programArgs, programInvocationName } from "system";
import GLib from "gi://GLib";