From 119868ece96b7878017b54fe979f306a4d08361f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 24 Sep 2010 21:55:17 -0500 Subject: [PATCH 1/1] Fixing uploading --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7911860..3929b1f 100644 --- a/Makefile +++ b/Makefile @@ -63,9 +63,9 @@ package: $(OBJ) cd $(BUILD_PATH)/debian ; python builddeb.py debian upload: - dput fremantle-extras-builder $(BUILD_PATH)/fremantle/$(PROJECT_NAME)*.changes - dput diablo-extras-builder $(BUILD_PATH)/diablo/$(PROJECT_NAME)*.changes - cp $(BUILD_PATH)/debian/*.deb ./www/$(PROJECT_NAME).deb + dput fremantle-extras-builder $(BUILD_PATH)/fremantle/watersofshiloah*.changes + dput diablo-extras-builder $(BUILD_PATH)/diablo/watersofshiloah*.changes + cp $(BUILD_PATH)/debian/*.deb ./www/watersofshiloah.deb lint: $(OBJ) $(foreach file, $(SOURCE), $(LINT) $(file) ; ) -- 1.7.9.5