diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-03-06 11:46:11 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-03-06 11:46:11 +0000 |
commit | de0f7c5d18f4159b6751e8e230b858b24a49dcd8 (patch) | |
tree | e025d797527b7d2d7ae74122fbbc47d2d01c7858 /x11-libs | |
parent | Fix sparc64 so it can have a 32bit nptl. Made want_nptl only return true for... (diff) | |
download | gentoo-2-de0f7c5d18f4159b6751e8e230b858b24a49dcd8.tar.gz gentoo-2-de0f7c5d18f4159b6751e8e230b858b24a49dcd8.tar.bz2 gentoo-2-de0f7c5d18f4159b6751e8e230b858b24a49dcd8.zip |
fix small bug
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-libs')
-rwxr-xr-x | x11-libs/motif-config/files/motif-config-0.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/motif-config/files/motif-config-0.3 b/x11-libs/motif-config/files/motif-config-0.3 index f4bb0a644479..3937a5b69325 100755 --- a/x11-libs/motif-config/files/motif-config-0.3 +++ b/x11-libs/motif-config/files/motif-config-0.3 @@ -287,7 +287,7 @@ for x in "$@"; do -I|--get-inc-path) [[ $# -gt 2 ]] && usage 1 - get_lib_path $2 + get_inc_path $2 ;; --cflags) |