mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/yubioath-desktop: Replaced backtick cmdsub.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
be5517c7b7
commit
137b60e32e
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ rm -rf $PRGNAM-$VERSION
|
|||
chmod 755 $CWD/$PRGNAM-$VERSION-linux.AppImage
|
||||
|
||||
# Get appimage mount offset
|
||||
MOUNT_OFFSET=`$CWD/$PRGNAM-$VERSION-linux.AppImage --appimage-offset`
|
||||
MOUNT_OFFSET=$( $CWD/$PRGNAM-$VERSION-linux.AppImage --appimage-offset )
|
||||
|
||||
# Mount the appimage so we can extract the .desktop and icon files.
|
||||
mkdir $PRGNAM-$VERSION
|
||||
|
|
Loading…
Reference in a new issue