From 77d434bbaa709690b42ffa9ecf2777661f612d3a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 11 Aug 2006 18:34:59 +0000 Subject: [PATCH] installs plc-config-tty on the root image --- build.sh | 3 ++- build_devel.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index b76f2a3..e52cb34 100755 --- a/build.sh +++ b/build.sh @@ -14,7 +14,7 @@ # Mark Huang # 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 diff --git a/build_devel.sh b/build_devel.sh index edce0bc..5ad3e03 100755 --- a/build_devel.sh +++ b/build_devel.sh @@ -14,7 +14,7 @@ # Mark Huang # 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" -- 2.43.0