Commit d6fb7f71 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Temporary ant should be installed into standalone folder for easy separation

parent c0007989
......@@ -2,10 +2,10 @@ all: 10
temporary:
tar xf apache-ant-1.9.14-bin.tar.bz2
mkdir -p /build/usr/bin
cp apache-ant-1.9.14/bin/* /build/usr/bin
mkdir -p /build/usr/lib
cp apache-ant-1.9.14/lib/* /build/usr/lib
mkdir -p /build/ant/bin
cp apache-ant-1.9.14/bin/* /build/ant/bin
mkdir -p /build/ant/lib
cp apache-ant-1.9.14/lib/* /build/ant/lib
9:
tar xf apache-ant-1.9.14-src.tar.bz2
......
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