From: miljenko Date: Fri, 2 Dec 2005 10:22:42 +0000 (+0000) Subject: Script quaggaboot.sh is moved to /usr/local/bin X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=bd2b35984160c558d94fcf80425bd2ff5d9c473f;p=imunes.git Script quaggaboot.sh is moved to /usr/local/bin Bug found by: Submitted by: Requested by: Reviewed by: Approved by: Obtained from: --- diff --git a/install.sh b/install.sh index a883daf..576c5a7 100755 --- a/install.sh +++ b/install.sh @@ -22,12 +22,10 @@ sed -e "s,LIBDIR=\"\",LIBDIR=$LIBDIR," \ imunes > $ROOTDIR/$BINDIR/imunes chmod 755 $ROOTDIR/$BINDIR/imunes - lib_files="nodecfg.tcl linkcfg.tcl cfgparse.tcl ipv4.tcl ipv6.tcl exec.tcl \ canvas.tcl editor.tcl filemgmt.tcl help.tcl initgui.tcl \ quagga.tcl xorp.tcl static.tcl pc.tcl host.tcl \ - lanswitch.tcl rj45.tcl hub.tcl \ - quaggaboot.sh" + lanswitch.tcl rj45.tcl hub.tcl" tiny_icons="delete.gif hub.gif frswitch.gif host.gif \ lanswitch.gif link.gif pc.gif rj45.gif router.gif select.gif" @@ -48,5 +46,8 @@ for file in ${normal_icons}; do cp icons/normal/$file $ROOTDIR/$LIBDIR/icons/normal/ done +cp quaggaboot.sh $ROOTDIR/$BINDIR/ +chmod 755 $ROOTDIR/$BINDIR/quaggaboot.sh + echo Done!