diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-04-20 17:31:36 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-27 09:28:30 +0700 |
commit | e4aa25a40006f9fb5c1ab110f8178c1c55824a90 (patch) | |
tree | 5cd11752a2000abf543da6a3962bfeb9f0473ddb | |
parent | 5c0008774d159e807d513dd1db6799cacbdec163 (diff) |
development/whisper.cpp: Use LIBDIRSUFFIX.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/whisper.cpp/whisper.cpp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/whisper.cpp/whisper.cpp.SlackBuild b/development/whisper.cpp/whisper.cpp.SlackBuild index 07ed6b3518ff5..078334ebc693a 100644 --- a/development/whisper.cpp/whisper.cpp.SlackBuild +++ b/development/whisper.cpp/whisper.cpp.SlackBuild @@ -98,7 +98,7 @@ pwd make install/strip DESTDIR=$PKG cd .. -[ "$ARCH" = "x86_64" ] && mv $PKG/usr/lib $PKG/usr/lib$LIBDIRSUFFIX +[ -n "$LIBDIRSUFFIX" ] && mv $PKG/usr/lib $PKG/usr/lib$LIBDIRSUFFIX mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION |