From baa7ac638442d5188ea811b02e39a9aed3be2905 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Fri, 9 Aug 2013 00:48:21 -0400 Subject: [PATCH] Fix typo in install_different local vars. --- glibc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 8e61908..66abc70 100644 --- a/glibc.spec +++ b/glibc.spec @@ -764,7 +764,7 @@ ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/rtkaio/librtkaio-*.so` $RPM_BUILD_ROOT/ # runtime. install_different() { - local lib libbase libbases dlibo + local lib libbase libbaseso dlib local destdir="$1" local subdir="$2" local subdir_up="$3"