From 919e28ab036e90c80058f91976a328d99664bf51 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 24 Apr 2022 18:59:14 +0800 Subject: [PATCH] gjs: remove unneeded ln command The symlink gjs -> gjs-console is created by ninja install. --- gnome/platform/gjs.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnome/platform/gjs.xml b/gnome/platform/gjs.xml index 6baa4a370c..b0cc3e35e9 100644 --- a/gnome/platform/gjs.xml +++ b/gnome/platform/gjs.xml @@ -125,8 +125,7 @@ ninja Now, as the root user: -ninja install && -ln -sfv gjs-console /usr/bin/gjs +ninja install &&