From d7508a5bc8924ed6439de729d90457b06c5647b9 Mon Sep 17 00:00:00 2001 From: Heinrich Wendel Date: Fri, 25 Mar 2005 07:29:22 +0000 Subject: fix Package-Manager: portage-2.0.51.19 --- x11-libs/motif-config/files/motif-config-0.8 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'x11-libs/motif-config') diff --git a/x11-libs/motif-config/files/motif-config-0.8 b/x11-libs/motif-config/files/motif-config-0.8 index ddb2199277d5..79f46593d172 100755 --- a/x11-libs/motif-config/files/motif-config-0.8 +++ b/x11-libs/motif-config/files/motif-config-0.8 @@ -68,6 +68,10 @@ _check_root() { _activate_profile() { _check_root + if [ -z "${1}" ]; then + return 0 + fi + new=${1} # libs for file in `ls /usr/@@LIBDIR@@/${new}/ | grep lib`; do @@ -357,7 +361,7 @@ for x in "$@"; do ;; -v|--version) - echo "motif-config-0.7" + echo "motif-config-0.8" exit 0 ;; -- cgit v1.2.3-65-gdbad