X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=Makefile;h=e0c65202acddd0e0e6e1d64762c726dca0ac8d72;hp=fcb92a2c1ae0dab91f1cea3206b05634eab25298;hb=887113c5927f329599cc7044c7b689d1134f0dac;hpb=2ae1b84f540554bcbe033c85d092c239a6fefef0 diff --git a/Makefile b/Makefile index fcb92a2..e0c6520 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ package: $(OBJ) 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