Magellan Linux

Contents of /trunk/cups/patches/cups-1.2.11-multilib.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 215 - (show annotations) (download)
Thu Jun 7 20:03:51 2007 UTC (16 years, 10 months ago) by niro
File size: 344 byte(s)
-added patch to respect libdir on multilib systems

1 --- cups-1.2.11/config-scripts/cups-directories.m4 2007-03-19 07:04:35.000000000 +0100
2 +++ cups-1.2.11-multilib/config-scripts/cups-directories.m4 2007-06-07 23:43:17.000000000 +0200
3 @@ -324,7 +324,7 @@
4 *)
5 # All others
6 INSTALL_SYSV="install-sysv"
7 - CUPS_SERVERBIN="$exec_prefix/lib/cups"
8 + CUPS_SERVERBIN="$libdir/cups"
9 ;;
10 esac
11