Commit 46ae70fb authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated subversion to 1.12.2

parent 04d8b142
all:
tar xf subversion-1.10.0.tar.bz2
cd subversion-1.10.0 && ./configure --prefix=/usr --disable-static --with-apache-libexecdir --with-lz4=internal --with-utf8proc=internal
$(MAKE) -C subversion-1.10.0
$(MAKE) -C subversion-1.10.0 check
$(MAKE) -C subversion-1.10.0 install
install -v -m755 -d /usr/share/doc/subversion-1.10.0
cp -v -R subversion-1.10.0/doc/* /usr/share/doc/subversion-1.10.0
rm -rf subversion-1.10.0
tar xf subversion-1.12.2.tar.bz2
cd subversion-1.12.2 && ./configure --prefix=/usr --disable-static --with-apache-libexecdir --with-lz4=internal --with-utf8proc=internal
$(MAKE) -C subversion-1.12.2
$(MAKE) -C subversion-1.12.2 check
$(MAKE) -C subversion-1.12.2 install
install -v -m755 -d /usr/share/doc/subversion-1.12.2
cp -v -R subversion-1.12.2/doc/* /usr/share/doc/subversion-1.12.2
rm -rf subversion-1.12.2
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