X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=Makefile;h=cf975363aad1c9519f9d4d087fd21de21cb80962;hp=c461fc8452176ec1c405c33570a4ae045dada72f;hb=8b77cf6f2a6b8f1ec930395d8f9b762fa1d4bfbc;hpb=155d582be8f8606989447364d93f754751e6820e diff --git a/Makefile b/Makefile index c461fc8..cf97536 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ package: $(OBJ) $(foreach file, $(DATA), cp $(file) $(BUILD_PATH)/generic/$(subst /,-,$(file)) ; ) $(foreach file, $(SOURCE), cp $(file) $(BUILD_PATH)/generic/$(subst /,-,$(file)) ; ) cp support/$(PROJECT_NAME).manager $(BUILD_PATH)/generic - cp support/org.freedesktop.Telepathy.ConnectionManager.$(PROJECT_NAME).service.in $(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/builddeb.py $(BUILD_PATH)/generic cp support/py2deb.py $(BUILD_PATH)/generic