1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-12 05:26:02 +01:00
nix/test/build/subversion-build.sh
2003-03-31 14:28:15 +00:00

14 lines
179 B
Bash
Executable file

#! /bin/sh
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-*