From 198dc7bc5208366768cccbd7bf7b3ab9705d1463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Fri, 27 Dec 2024 11:50:29 +0300 Subject: [PATCH] go-bin 1.23.4 --- go-bin/alr.sh | 4 ++-- go-bin/postinstall.sh | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 go-bin/postinstall.sh diff --git a/go-bin/alr.sh b/go-bin/alr.sh index 203bf4c..dbc4aed 100644 --- a/go-bin/alr.sh +++ b/go-bin/alr.sh @@ -1,5 +1,5 @@ name="go-bin" -version='1.23.3' +version='1.23.4' release='1' desc="Compiler and tools for the Go programming language" desc_ru="Компилятор и инструменты для языка программирования Go" @@ -27,11 +27,11 @@ sources_riscv64=("https://dl.google.com/go/go${version}.linux-riscv64.tar.gz") checksums_riscv64=('SKIP') scripts=( - ['postinstall']='postinstall.sh' ['postremove']='postremove.sh' ) package() { mkdir -p "$pkgdir/usr/lib/" cp -r "$srcdir/go" "$pkgdir/usr/lib/go" + ln -s /usr/lib/go/bin/go /usr/bin/go } \ No newline at end of file diff --git a/go-bin/postinstall.sh b/go-bin/postinstall.sh deleted file mode 100644 index adcb462..0000000 --- a/go-bin/postinstall.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/env bash -ln -s /usr/lib/go/bin/go /usr/bin/go \ No newline at end of file