From 2d52dff5855235e060f4d5c2642cb1a938d1076b Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Fri, 6 Apr 2012 19:53:51 -0800 Subject: fixed some stuff --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index f6c2bdf..5a1a644 100755 --- a/configure +++ b/configure @@ -3,10 +3,8 @@ if [[ "$1" == "linux" ]]; then elif [[ "$1" == "windows" ]]; then cp os/windows/Makefile ./ else - echo "Error! Please use an os in the os folder (not debian)" + echo "Error! Please use an os in the os folder" exit 1 fi mkdir package -mkdir os/debian/deb/usr -mkdir os/debian/deb/usr/bin exit 0 -- cgit v1.3.1