forked from mirrors/nixpkgs
003ce6c40d
svn path=/nixpkgs/trunk/; revision=544
11 lines
181 B
Bash
Executable file
11 lines
181 B
Bash
Executable file
#! /bin/sh
|
|
|
|
buildinputs="$subversion"
|
|
. $stdenv/setup
|
|
|
|
echo "exporting $url (r$rev) into $out..."
|
|
|
|
svn export -r $rev "$url" $out || exit 1
|
|
|
|
echo $rev > $out/svn-revision || exit 1
|