X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=Makefile;h=e0c65202acddd0e0e6e1d64762c726dca0ac8d72;hp=bfacab998dc6a06674b62065f70a0b14538b7952;hb=600533d6bd2509105e56344e8e0f2ff580afd9e9;hpb=02a126316c2b761233aed2d194e61074fc69620b diff --git a/Makefile b/Makefile index bfacab9..e0c6520 100644 --- a/Makefile +++ b/Makefile @@ -44,11 +44,11 @@ package: $(OBJ) 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)) ; ) - cp $(SOURCE_PATH)/telepathy-theonering $(BUILD_PATH)/generic/$(subst /,!,$(SOURCE_PATH)/telepathy-theonering) + 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/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 @@ -59,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