summaryrefslogtreecommitdiff
path: root/clucene
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-03-13 18:38:37 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-03-13 18:38:37 +0700
commit380f0af0a814fdb2aaaee44aaef0bc035c8ede85 (patch)
tree2e0e8d52253c570ca93e4b7cd0570514417cefad /clucene
parent41b52a106f84dd61d8d7bdc785d0a7402a584a8c (diff)
gtar actually expects --strip-components, with trailing 's'
Diffstat (limited to 'clucene')
-rw-r--r--clucene/source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clucene/source/Makefile b/clucene/source/Makefile
index f3826ee68436..74350ea13c69 100644
--- a/clucene/source/Makefile
+++ b/clucene/source/Makefile
@@ -38,7 +38,7 @@ endif
done :
mkdir -p $(dir $@)
# FIXME: do not hardcode the path here
- $(GNUTAR) -x --strip-component=1 -f $(FIXED_TARFILE_LOCATION)/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz
+ $(GNUTAR) -x --strip-components=1 -f $(FIXED_TARFILE_LOCATION)/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz
$(GNUPATCH) -p0 < $(SRCDIR)/clucene/patches/clucene-internal-zlib.patch
$(GNUPATCH) -p0 < $(SRCDIR)/clucene/patches/clucene-warnings.patch
$(GNUPATCH) -p0 < $(SRCDIR)/clucene/patches/clucene-gcc-atomics.patch