Newer version of the scripts upstream
This commit is contained in:
parent
9fc020533f
commit
bd18c9140d
|
@ -129,7 +129,7 @@ while [ $# -gt 0 ]; do
|
||||||
if [ "$PREFIX" != "/usr" ]; then
|
if [ "$PREFIX" != "/usr" ]; then
|
||||||
RPATH="-Wl,-rpath-link,\${libdir} -Wl,-rpath,\${libdir}"
|
RPATH="-Wl,-rpath-link,\${libdir} -Wl,-rpath,\${libdir}"
|
||||||
case $(uname -s) in
|
case $(uname -s) in
|
||||||
Darwin)
|
Darwin|SunOS)
|
||||||
RPATH="-Wl,-rpath,\${libdir}"
|
RPATH="-Wl,-rpath,\${libdir}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -83,7 +83,7 @@ while getopts "ciuP:" name; do
|
||||||
uninstall=1
|
uninstall=1
|
||||||
;;
|
;;
|
||||||
P)
|
P)
|
||||||
PREFIX="$2"
|
PREFIX="$OPTARG"
|
||||||
;;
|
;;
|
||||||
?)
|
?)
|
||||||
_usage
|
_usage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user