diff options
Diffstat (limited to 'network/feather/feather.SlackBuild')
-rw-r--r-- | network/feather/feather.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/network/feather/feather.SlackBuild b/network/feather/feather.SlackBuild index c0769c4b7e..2bc2550e35 100644 --- a/network/feather/feather.SlackBuild +++ b/network/feather/feather.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) -PRGNAM=feather +PRGNAM=feather VERSION=${VERSION:-2.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -77,7 +74,7 @@ find -L . \ [ "${LOCALMONERO:-yes}" = no ] && LOCALMONERO='-DLOCALMONERO=OFF' [ "${XMRIG:-yes}" = no ] && XMRIG='-DXMRIG=OFF' [ "${DONATE_BEG:-yes}" = no ] && DONATE_BEG='-DDONATE_BEG=OFF' -[ "${USE_DEVICE_TREZOR:-yes}" = no ] && USE_DEVICE_TREZOR='-DUSE_DEVICE_TREZOR=OFF' +[ "${USE_DEVICE_TREZOR:-no}" = no ] && USE_DEVICE_TREZOR='-DUSE_DEVICE_TREZOR=OFF' [ "${WITH_SCANNER:-no}" = yes ] && WITH_SCANNER='-DWITH_SCANNER=ON' mkdir -p build |