From: Alexander Gladysh Date: Mon, 19 Jan 2009 19:00:36 +0000 (+0300) Subject: removed make-install.sh from source control X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=8482c270378a424c419729207208727322048ca8;p=metalua.git removed make-install.sh from source control So there would be no modified files after build is done Signed-off-by: Alexander Gladysh --- diff --git a/src/make-install.sh b/src/make-install.sh deleted file mode 100755 index 3a03a13..0000000 --- a/src/make-install.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -echo "This script is currently empty. Run ./make.sh first, then a correct make-install.sh will be generated." -exit -1