diff options
author | ficus <ficus@robocracy.org> | 2012-09-23 04:22:14 +0200 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-09-23 04:22:14 +0200 |
commit | b1aec80110e822d835f6c97a2320b7dfc5fba039 (patch) | |
tree | 3f88cf6ec6a8e2836c91705baf2bfc31ab51d0dd /packages/Makefile | |
parent | e2973e8ea5c57bfa6ed41293e0250c68d29cfed9 (diff) | |
download | torouter-b1aec80110e822d835f6c97a2320b7dfc5fba039.tar.gz torouter-b1aec80110e822d835f6c97a2320b7dfc5fba039.zip |
possibly functional image builder
Diffstat (limited to 'packages/Makefile')
-rw-r--r-- | packages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile index 3fff908..875f65f 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -2,7 +2,7 @@ debs: webdeb prepdeb mvdebs webdeb: # By default we will but not sign for now - cd torouter-web && debuild --no-tgz-check -us -uc + #cd torouter-web && debuild --no-tgz-check -us -uc prepdeb: # By default we will but not sign for now |