Re: [MOD] STR #4133: 32 bit libraries installed in /usr/lib64 instead of /usr/lib
Michael Sweet <[email protected]> Sun, 30 Sep 2012 18:55:50 -0700 (PDT)
| Newsgroups | gmane.comp.printing.cups.bugs |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Closed w/Resolution] Fixed in Subversion repository. Link: http://www.cups.org/str.php?L4133 Version: 1.5.3 Fix Version: 1.7-current (r10621) _______________________________________________ cups-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/cups-bugs
str4133.patch
(text/plain, 429 B)
Index: config-scripts/cups-directories.m4 =================================================================== --- config-scripts/cups-directories.m4 (revision 10619) +++ config-scripts/cups-directories.m4 (working copy) @@ -106,7 +106,7 @@ libdir="$exec_prefix/lib32" ;; Linux*) - if test -d /usr/lib64; then + if test -d /usr/lib64 -a ! -d /usr/lib64/fakeroot; then libdir="$exec_prefix/lib64" fi ;;