svn path=/nixpkgs/trunk/; revision=8187
This commit is contained in:
Martin Bravenboer 2007-03-05 17:29:21 +00:00
parent 6892b99bf6
commit 25e0bf0f49

View File

@ -25,9 +25,9 @@ for i in $libraries; do
done done
if test -z "$installjdk"; then if test -z "$installjdk"; then
rpath=${rpath:+:}$out/lib/i386/jli rpath=$rpath${rpath:+:}$out/lib/i386/jli
else else
rpath=${rpath:+:}$out/jre/lib/i386/jli rpath=$rpath${rpath:+:}$out/jre/lib/i386/jli
fi fi
find $out -type f -perm +100 \ find $out -type f -perm +100 \