Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7054
Modified Files:
mgetty
Log Message:
Added missing "callback" program.
Index: mgetty
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/mgetty,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mgetty 11 Jan 2004 14:43:04 -0000 1.6
+++ mgetty 15 Mar 2004 14:03:54 -0000 1.7
@@ -45,6 +45,12 @@
mkdir -p $WORKDIR/tmp/usr/sbin || exit 1
make install CONFDIR=$WORKDIR/tmp/etc/mgetty+sendfax prefix=$WORKDIR/tmp/usr || exit 1
+ pushd callback > /dev/null
+ make install BINDIR=$WORKDIR/tmp/usr/bin \
+ SBINDIR=$WORKDIR/tmp/usr/sbin \
+ INSTALL="install -c -o bin -g bin" || exit 1
+ popd > /dev/null
+
copy_docs $WORKDIR/tmp
cp -dpR $WORKDIR/tmp/etc/* $ETCDIR/etc || exit
|