From 8590cfd2584c435f0849200b973e609eb57f8b0e Mon Sep 17 00:00:00 2001 From: miljenko Date: Mon, 5 Dec 2005 14:37:03 +0000 Subject: [PATCH] add vimageShellServer.sh Bug found by: Submitted by: Requested by: Reviewed by: Approved by: Obtained from: --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 576c5a7..54596ae 100755 --- a/install.sh +++ b/install.sh @@ -46,6 +46,9 @@ for file in ${normal_icons}; do cp icons/normal/$file $ROOTDIR/$LIBDIR/icons/normal/ done +cp vimageShellServer.sh $ROOTDIR/$BINDIR/ +chmod 755 $ROOTDIR/$BINDIR/vimageShellServer.sh + cp quaggaboot.sh $ROOTDIR/$BINDIR/ chmod 755 $ROOTDIR/$BINDIR/quaggaboot.sh -- 2.39.5