]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut-functions: simplify nosegneg path
authorHarald Hoyer <harald@redhat.com>
Tue, 7 Feb 2012 16:14:23 +0000 (17:14 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 7 Feb 2012 16:14:54 +0000 (17:14 +0100)
dracut-functions

index f744f1a218d2ea5925e48a4f429f48dbe5ae4d66..ceacf845ce56fdd857c40514567c1bdeacc852a4 100755 (executable)
@@ -467,7 +467,7 @@ inst_binary() {
            _tlibdir=${BASH_REMATCH[1]}
            _base=${_file##*/}
            # Prefer nosegneg libs to unoptimized ones.
-            for _f in "$_tlibdir/i686/nosegneg" "$_tlibdir"; do
+            for _f in "$_tlibdir/i686/nosegneg"; do
                 [[ -e $_f/$_base ]] || continue
                 inst_library $_f/$_base
                 break