diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-19 20:59:46 -0900 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-19 20:59:46 -0900 |
| commit | 3d18d6f9aac4bdb77f9b58696f36a7aadb81dc29 (patch) | |
| tree | 423abf17e424e8c3dc9de964e61735a1a162706d | |
| parent | 5f9d518c00a3bde993edb4c47925ba393b8b8314 (diff) | |
| download | yetihack-3d18d6f9aac4bdb77f9b58696f36a7aadb81dc29.tar.zst | |
mkdir in configure
| -rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,4 +6,7 @@ else echo "Error! Please use an os in the os folder (not debian)" exit 1 fi +mkdir package +mkdir os/debian/deb/usr +mkdir os/debian/deb/usr/bin exit 0 |
