diff options
Diffstat (limited to 'development/electron/electron.SlackBuild')
-rw-r--r-- | development/electron/electron.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/electron/electron.SlackBuild b/development/electron/electron.SlackBuild index b05fd8ffb2..eecab2603e 100644 --- a/development/electron/electron.SlackBuild +++ b/development/electron/electron.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=electron -VERSION=${VERSION:-26.6.10} +VERSION=${VERSION:-33.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,6 +80,7 @@ cp -a *.bin *.pak *.so $PRGNAM icudtl.dat version locales resources \ ( cd $PKG/usr/bin ln -sf ../share/$PRGNAM/$PRGNAM ${PRGNAM}${VERSION} + ln -sf ../share/$PRGNAM/$PRGNAM ${PRGNAM} ) find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |