installs plc-config-tty on the root image
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 11 Aug 2006 18:34:59 +0000 (18:34 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 11 Aug 2006 18:34:59 +0000 (18:34 +0000)
build.sh
build_devel.sh

index b76f2a3..e52cb34 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -14,7 +14,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id$
+# $Id: build.sh,v 1.28 2006/08/09 21:38:06 mlhuang Exp $
 #
 
 . build.functions
@@ -87,6 +87,7 @@ echo "* myplc: Installing configuration scripts"
 install -D -m 755 plc_config.py root/tmp/plc_config.py
 chroot root sh -c 'cd /tmp; python plc_config.py build; python plc_config.py install'
 install -D -m 755 plc-config root/usr/bin/plc-config
+install -D -m 755 plc-config-tty root/usr/bin/plc-config-tty
 install -D -m 755 api-config root/usr/bin/api-config
 install -D -m 755 db-config root/usr/bin/db-config
 install -D -m 755 dns-config root/usr/bin/dns-config
index edce0bc..5ad3e03 100755 (executable)
@@ -14,7 +14,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: build_devel.sh,v 1.2 2006/07/24 19:32:23 mlhuang Exp $
+# $Id: build_devel.sh,v 1.3 2006/08/09 21:38:06 mlhuang Exp $
 #
 
 . build.functions
@@ -56,6 +56,7 @@ echo "* myplc-devel: Installing configuration scripts"
 install -D -m 755 plc_config.py devel/root/tmp/plc_config.py
 chroot devel/root sh -c 'cd /tmp; python plc_config.py build; python plc_config.py install'
 install -D -m 755 plc-config devel/root/usr/bin/plc-config
+install -D -m 755 plc-config-tty devel/root/usr/bin/plc-config-tty
 
 # Install initscripts
 echo "* myplc-devel: Installing initscripts"