diff options
| -rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
