diff options
Diffstat (limited to 'network/vnstat/vnstat.SlackBuild')
-rw-r--r-- | network/vnstat/vnstat.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/vnstat/vnstat.SlackBuild b/network/vnstat/vnstat.SlackBuild index bd04144ba1..23daea7ac9 100644 --- a/network/vnstat/vnstat.SlackBuild +++ b/network/vnstat/vnstat.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=vnstat VERSION=${VERSION:-1.10} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -79,7 +79,7 @@ elif [ "$ARCH" = "x86_64" ]; then $TMP/$PRGNAM-$VERSION/src/Makefile fi -make +make all make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ |