Commit 92459fe4 authored by Boris Kocherov's avatar Boris Kocherov Committed by Romain Courteaud

Revert "component/file: copy of patched file in oposite downloading"

@kazuhiko @arnau This reverts commit bf7c13c6.

/reviewed-on nexedi/slapos!296
parent bf7c13c6
......@@ -6,6 +6,13 @@ parts = file
extends =
../zlib/buildout.cfg
[file-msooxml]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/msooxml
md5sum = c889ad135cbfb343db36b729a3897432
location = ${buildout:parts-directory}/${:_buildout_section_name_}
filename = msooxml
[file]
recipe = slapos.recipe.cmmi
url = http://ftp.icm.edu.pl/packages/file/file-5.32.tar.gz
......@@ -17,6 +24,5 @@ environment =
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
pre-configure =
# patch for fix msooxml files detect correctly
set -e -x
test -f ./magic/Magdir/msooxml
cp ${:_profile_base_location_}/msooxml ./magic/Magdir/
cp ${file-msooxml:location}/msooxml ./magic/Magdir/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment