comparison sources/control-images/lfs-bootstrap/mnt/build/kbd.sh @ 1288:c054a7a36cd9

Add rather a lot of Linux From Scratch 6.7 building infrastructure. Needs a bit more debugging.
author Rob Landley <rob@landley.net>
date Wed, 17 Nov 2010 22:09:19 -0600
parents
children 42fd798bbe3e
comparison
equal deleted inserted replaced
1287:7862497b28e0 1288:c054a7a36cd9
1 #!/bin/sh
2
3 ./configure --prefix=/usr --datadir=/lib/kbd &&
4 make -j $CPUS &&
5 make install || exit 1
6
7 if [ ! -z "$DOCS" ]
8 then
9 mkdir /usr/share/doc/kbd &&
10 cp -R doc/* /usr/share/doc/kbd
11 fi