X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=Makefile;h=e0c65202acddd0e0e6e1d64762c726dca0ac8d72;hp=ae3148d3331081901d4c0ef9551c7f40aaeda4c8;hb=44e05d3723303bd1099576571770ed265363bcf5;hpb=947a1de78cbb526cf482b48ea4961c19625ad8ed diff --git a/Makefile b/Makefile index ae3148d..e0c6520 100644 --- a/Makefile +++ b/Makefile @@ -42,12 +42,13 @@ package: $(OBJ) mkdir -p $(BUILD_PATH)/generic cp $(SOURCE_PATH)/constants.py $(BUILD_PATH)/generic - $(foreach file, $(DATA), cp $(file) $(BUILD_PATH)/generic/$(subst /,-,$(file)) ; ) - $(foreach file, $(SOURCE), cp $(file) $(BUILD_PATH)/generic/$(subst /,-,$(file)) ; ) + $(foreach file, $(DATA), cp $(file) $(BUILD_PATH)/generic/$(subst /,!,$(file)) ; ) + $(foreach file, $(SOURCE), cp $(file) $(BUILD_PATH)/generic/$(subst /,!,$(file)) ; ) + cp $(SOURCE_PATH)/telepathy-theonering $(BUILD_PATH)/generic/ cp support/$(PROJECT_NAME).manager $(BUILD_PATH)/generic - cp support/$(PROJECT_NAME).profile $(BUILD_PATH)/generic + cp support/$(PROJECT_NAME).profile.* $(BUILD_PATH)/generic cp support/org.freedesktop.Telepathy.ConnectionManager.$(PROJECT_NAME).service $(BUILD_PATH)/generic - cp support/icons/*-$(PROJECT_NAME).png $(BUILD_PATH)/generic/ + cp support/icons/*-tor_*.png $(BUILD_PATH)/generic/ cp support/builddeb.py $(BUILD_PATH)/generic cp support/py2deb.py $(BUILD_PATH)/generic cp support/fake_py2deb.py $(BUILD_PATH)/generic @@ -58,9 +59,6 @@ package: $(OBJ) mkdir -p $(BUILD_PATH)/fremantle cp -R $(BUILD_PATH)/generic/* $(BUILD_PATH)/fremantle cd $(BUILD_PATH)/fremantle ; python builddeb.py fremantle - mkdir -p $(BUILD_PATH)/mer - cp -R $(BUILD_PATH)/generic/* $(BUILD_PATH)/mer - cd $(BUILD_PATH)/mer ; python builddeb.py mer mkdir -p $(BUILD_PATH)/debian cp -R $(BUILD_PATH)/generic/* $(BUILD_PATH)/debian cd $(BUILD_PATH)/debian ; python builddeb.py debian