diff options
author | Marek Wodzinski <majek@w7i.pl> | 2022-11-18 15:31:40 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-18 21:55:16 +0700 |
commit | 82b1703b20fba693ca21a41f748dd4e71f68c07b (patch) | |
tree | 9b14f71876c6f39a430f9c91851f1c14642f91b5 /system/targetcli-fb/targetcli-fb.SlackBuild | |
parent | aa2b330a1444b174d5845fdf9decf3d43f1f6c00 (diff) |
system/targetcli-fb: Updated for version 2.1.54.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/targetcli-fb/targetcli-fb.SlackBuild')
-rw-r--r-- | system/targetcli-fb/targetcli-fb.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/targetcli-fb/targetcli-fb.SlackBuild b/system/targetcli-fb/targetcli-fb.SlackBuild index 3d9141238b7a4..78502a44ce04f 100644 --- a/system/targetcli-fb/targetcli-fb.SlackBuild +++ b/system/targetcli-fb/targetcli-fb.SlackBuild @@ -26,9 +26,9 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=targetcli-fb -VERSION=${VERSION:-2.1.53} -RTVERSION=${RTVERSION:-2.1.73} -CSVERSION=${CSVERSION:-1.1.28} +VERSION=${VERSION:-2.1.54} +RTVERSION=${RTVERSION:-2.1.75} +CSVERSION=${CSVERSION:-1.1.29} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -94,15 +94,15 @@ find -L . \ # RTSLIB cd $TMP/$PRGNAM-$VERSION/$RTSLIB -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG # CONFIGSHELL cd $TMP/$PRGNAM-$VERSION/$CONFIGSHELL -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG # TARGETCLI-FB cd $TMP/$PRGNAM-$VERSION -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |