mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
* Fix descriptor for Subversion 0.21.0.
This commit is contained in:
parent
6faa154c89
commit
f546e0cda4
3 changed files with 16 additions and 7 deletions
|
@ -5,10 +5,10 @@ export PATH=/bin:/usr/bin
|
|||
export LDFLAGS=-s
|
||||
|
||||
top=`pwd`
|
||||
tar xvfz $src
|
||||
cd subversion-*
|
||||
./configure --prefix=$top --with-ssl
|
||||
make
|
||||
make install
|
||||
cd ..
|
||||
rm -rf subversion-*
|
||||
tar xvfz $src || exit 1
|
||||
cd subversion-* || exit 1
|
||||
./configure --prefix=$top --with-ssl || exit 1
|
||||
make || exit 1
|
||||
make install || exit 1
|
||||
cd $top || exit 1
|
||||
rm -rf subversion-* || exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue