Browse Source

realpath doesn't exist

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
231acf273b
  1. 6
      j2se/j2se.spec

6
j2se/j2se.spec

@ -42,7 +42,7 @@ Distribution: OpenPKG [EVAL]
Group: Language
License: Commercial
Version: %{V_openpkg}
Release: 20030612
Release: 20030703
# package options
%option with_native yes
@ -141,10 +141,6 @@ Conflicts: j2se14
serialver tnameserv; do
ln -s ../libexec/%{name}/bin/$bin .
done
( echo "#!/bin/sh"
echo "exec %{l_prefix}/libexec/%{name}/bin/realpath \${1+\"\$@\"}"
) >realpath
chmod 755 realpath
)
# install run-command script

Loading…
Cancel
Save