diff options
author | Bloyburt <alexpen@startmail.com> | 2023-07-10 07:39:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-10 07:39:49 +0700 |
commit | b908a456689678b1bd7472a4a7fc3eea7e0d2d55 (patch) | |
tree | 4af5170a044d85a61748197f427574e886449a42 /network/feather | |
parent | 8387e6a533daefb3eb1a8f2ea6d7e0ceeac01ebd (diff) |
network/feather: Script update.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/feather')
-rw-r--r-- | network/feather/feather.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/feather/feather.SlackBuild b/network/feather/feather.SlackBuild index f3cc589488fc..bad07208c7e9 100644 --- a/network/feather/feather.SlackBuild +++ b/network/feather/feather.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=feather VERSION=${VERSION:-2.4.9} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -91,7 +91,7 @@ cd build cmake \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ - -DCMAKE_INSTALL_PREFIX=/usr/bin \ + -DCMAKE_INSTALL_PREFIX=/usr \ $LOCALMONERO \ $XMRIG \ $DONATE_BEG \ |