From 09903ccd55761fb867918d2aafa9548df082edb1 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 8 Nov 2021 09:08:46 +0100 Subject: [PATCH] libnsl: fix SRCURL, permission and filename - rename.bee to ,be0 - remove version from filename - chmod 755 ( was 644 ) - fixed SRCURL - still has config issues: ``` config.rpath: line 219: ==: command not found ``` --- libnsl-1.3.0-0.bee => libnsl.be0 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) rename libnsl-1.3.0-0.bee => libnsl.be0 (59%) mode change 100644 => 100755 diff --git a/libnsl-1.3.0-0.bee b/libnsl.be0 old mode 100644 new mode 100755 similarity index 59% rename from libnsl-1.3.0-0.bee rename to libnsl.be0 index 165fccb78..87145b284 --- a/libnsl-1.3.0-0.bee +++ b/libnsl.be0 @@ -1,10 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION libnsl-1.3.0-0 +# BEE_VERSION libnsl-1.3.0-1 # more info: https://github.com/thkukuk/libnsl -SRCURL[0]="https://github.com/thkukuk/libnsl/releases/download/v${PKGVERSION}/libnsl-${PKGVERSION}.tar.xz" +# SRCURL[0]="https://github.com/thkukuk/libnsl/releases/download/v${PKGVERSION}/libnsl-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/9214f674bd0c2bcfdd6c1da0cadb061f/libnsl-1.3.0.tar.xz" # PATCHURL+=() @@ -31,7 +32,3 @@ SRCURL[0]="https://github.com/thkukuk/libnsl/releases/download/v${PKGVERSION}/li #mee_install() { # bee_install #} - -#mee_install_post() { -# exit -#}