From: Ed Page Date: Sat, 25 Sep 2010 02:55:17 +0000 (-0500) Subject: Fixing uploading X-Git-Url: http://vcs.maemo.org/git/?p=watersofshiloah;a=commitdiff_plain;h=119868ece96b7878017b54fe979f306a4d08361f Fixing uploading --- 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) ; )