aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-04-06 19:53:51 -0800
committerRay Hogenson <rayhogenson@gmail.com>2012-04-06 19:53:51 -0800
commit2d52dff5855235e060f4d5c2642cb1a938d1076b (patch)
treed519bbdcef74c6a78989fcbda4b00730d5fc1ced
parent75ffea582151a1339f6b4da44fa6824831c64616 (diff)
downloadyetihack-2d52dff5855235e060f4d5c2642cb1a938d1076b.tar.zst
fixed some stuff
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
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