oops.
svn path=/nixpkgs/trunk/; revision=8187
This commit is contained in:
parent
6892b99bf6
commit
25e0bf0f49
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user