Author: alexander
Date: 2007-05-09 02:13:49 -0600 (Wed, 09 May 2007)
New Revision: 1884

Modified:
   trunk/packages/bin86/Makefile
Log:
One more /usr/man -> /usr/share/man fix


Modified: trunk/packages/bin86/Makefile
===================================================================
--- trunk/packages/bin86/Makefile       2007-05-08 16:05:11 UTC (rev 1883)
+++ trunk/packages/bin86/Makefile       2007-05-09 08:13:49 UTC (rev 1884)
@@ -20,8 +20,8 @@
        $(std_build)
 
 compile-stage2:
-       make PREFIX=/usr
-       make PREFIX=/usr install
+       make PREFIX=/usr MANDIR=/usr/share/man/man1
+       make PREFIX=/usr MANDIR=/usr/share/man/man1 install
 
 clean:
        -rm -rf $(DIR)

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to