X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=Makefile;h=c461fc8452176ec1c405c33570a4ae045dada72f;hp=a2c7d28ef96210bdac3b6dadffe58236fc8e3207;hb=58f796243ce76a2629f169b943d2e0f89a877999;hpb=218bfd2464d383becc840c69cce9a6cb0fd78b6a diff --git a/Makefile b/Makefile index a2c7d28..c461fc8 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ test: $(OBJ) package: $(OBJ) rm -Rf $(BUILD_PATH) + mkdir -p $(BUILD_PATH)/generic cp $(SOURCE_PATH)/constants.py $(BUILD_PATH)/generic $(foreach file, $(DATA), cp $(file) $(BUILD_PATH)/generic/$(subst /,-,$(file)) ; ) @@ -49,6 +50,7 @@ package: $(OBJ) cp support/builddeb.py $(BUILD_PATH)/generic cp support/py2deb.py $(BUILD_PATH)/generic cp support/fake_py2deb.py $(BUILD_PATH)/generic + mkdir -p $(BUILD_PATH)/chinook cp -R $(BUILD_PATH)/generic/* $(BUILD_PATH)/chinook cd $(BUILD_PATH)/chinook ; python builddeb.py chinook