3
0
Fork 0
forked from mirrors/nixpkgs

* Symlink to the lib/ and etc/ directories of the real Ant,

OpenOffice needs that.

svn path=/nixpkgs/trunk/; revision=9261
This commit is contained in:
Eelco Dolstra 2007-09-06 15:30:38 +00:00
parent 8746f18f0d
commit e68cfbe1b4

View file

@ -1,6 +1,6 @@
source $stdenv/setup || exit 1
source $stdenv/setup
mkdir -p $out/bin || exit 1
mkdir -p $out/bin
cat >> $out/bin/ant <<EOF
#! /bin/sh
@ -14,4 +14,8 @@ export LANG="en_US"
$ant/bin/core-ant \$@
EOF
chmod a+x $out/bin/ant || exit 1
chmod a+x $out/bin/ant
ln -s $ant/lib $ant/etc $out/