From 66625e02f36252749197cdddbae92144f2172eb8d3855fd65d2a1312f7f724c5 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 22 Jul 2022 04:07:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=29 --- juliaup.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juliaup.spec b/juliaup.spec index 7c900c2..4558a21 100644 --- a/juliaup.spec +++ b/juliaup.spec @@ -106,7 +106,7 @@ ln -sf %{_sysconfdir}/alternatives/julia %{buildroot}%{_bindir}/julia "%_bindir/julia" julia "%_bindir/julialauncher" 1 %pre -if [ "$1" -gt 0 ] && [ -f %{_sbindir/update-alternatives} ] ; then +if [ "$1" -gt 0 ] && [ -f %{_sbindir}/update-alternatives ] ; then "%_sbindir/update-alternatives" --remove julia "%_bindir/julialauncher"; fi;