diff options
Diffstat (limited to 'source/a/file/file.SlackBuild')
-rwxr-xr-x | source/a/file/file.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source/a/file/file.SlackBuild b/source/a/file/file.SlackBuild index d42a44f6a..0a4d05e03 100755 --- a/source/a/file/file.SlackBuild +++ b/source/a/file/file.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=file VERSION=${VERSION:-$(echo file-*.tar.?z* | cut -d - -f 2 | rev | cut -f 3- -d . | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -100,10 +100,6 @@ zcat $CWD/file.crdaregbin.magic.gz >> magic/Magdir/crdaregbin # Add some regression fixes from upstream: # (none currently) -# Quell this debug message: mozes@kitt $ file /lib/firmware/lgs8g75.fw -#lhs/off overflow 4294967295 0 -#/lib/firmware/lgs8g75.fw: data -xzcat $CWD/upstream.mute-debug-warning.patch.xz | patch --verbose -p1 || exit 1 # This is needed after the default data directory patch above: autoreconf -vif || exit 1 |