Fix upload target
authorAdam Jackson <ajax@redhat.com>
Thu, 9 Apr 2009 18:26:46 +0000 (14:26 -0400)
committerAdam Jackson <ajax@redhat.com>
Thu, 9 Apr 2009 18:27:52 +0000 (14:27 -0400)
Makefile

index 312867636aab09d9df11d770f435740e825d0998..5dde7bf585ab9d3151f2a2be5cc1942d8654a5a6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -66,8 +66,8 @@ create-archive:
 
 archive: check clean tag create-archive
 
-upload: ${PKGNAME}-$(VERSION).tar.gz
-        @scp ${PKGNAME}-$(VERSION).tar.gz fedorahosted.org:$(PKGNAME)
+upload:
+       @scp ${NAME}-$(VERSION).tar.bz2 fedorahosted.org:$(NAME)
 
 dummy: