From 6a0dbc81d3d381d8e35b7f37b88b6b2727c4a2fe Mon Sep 17 00:00:00 2001 From: coppro Date: Sat, 22 Sep 2007 14:24:24 +0000 Subject: [PATCH] Removed unused code from linux installer script git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@745 0fc631ac-6414-0410-93d0-97cfa31319b6 --- tools/linux-installer/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/linux-installer/install b/tools/linux-installer/install index c88d1515..5396cb00 100755 --- a/tools/linux-installer/install +++ b/tools/linux-installer/install @@ -8,8 +8,6 @@ # If executed as root (including via sudo), it is installed to /usr/local/share/magicseteditor. (with an executable symlink in /usr/local/bin) # If executed as any other user, it will fail. -$VERSION=0.3.3 - case `id -un` in root) INSTALL_DIR='/usr/local/share/magicseteditor/';