]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add a note about using BUILDROOT to redirect installs.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 3 Feb 2015 05:02:20 +0000 (05:02 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 3 Feb 2015 05:02:20 +0000 (05:02 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12478 a1ca3aef-8c08-0410-bb20-df032aa958be

INSTALL.txt

index 9eb690124d868e027d327b66a1e8762ffe04359f..c8e0c5edc32d7840e0d9fb584280d1d70bde1763 100644 (file)
@@ -1,4 +1,4 @@
-INSTALL - CUPS v2.1b1 - 2014-10-31
+INSTALL - CUPS v2.1b1 - 2015-02-03
 ----------------------------------
 
 This file describes how to compile and install CUPS from source code. For more
@@ -141,6 +141,10 @@ INSTALLING THE SOFTWARE
 
        gmake install ENTER
 
+    Use the BUILDROOT variable to install to an alternate root directory:
+
+        make BUILDROOT=/some/other/root/directory install ENTER
+
     You can also build binary packages that can be installed on other machines
     using the RPM spec file ("packaging/cups.spec") or EPM list file
     ("packaging/cups.list").  The latter also supports building of binary RPMs,