Minature bug fixes to help things progress along
[theonering] / Makefile
index a2c7d28..cf97536 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,16 +39,18 @@ 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)) ; )
        $(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
        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