diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-06-24 17:09:03 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-06-24 17:09:03 +0000 |
commit | c06af949e5552f5924b4043e3348741a1e0a26a3 (patch) | |
tree | 2b4ae65a8bf6e5ed08dfa7a47a6aa5a292c526f4 /Makefile | |
parent | Fixed Makefile. (diff) | |
download | python-updater-c06af949e5552f5924b4043e3348741a1e0a26a3.tar.gz python-updater-c06af949e5552f5924b4043e3348741a1e0a26a3.tar.bz2 python-updater-c06af949e5552f5924b4043e3348741a1e0a26a3.zip |
typo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ MAN_INCLUDE=man.include VERSION=$(shell ./python-updater -V) FILES=AUTHORS ChangeLog python-updater python-updater.1 PKGDIR=python-updater-$(VERSION) -TARBALL=$(PKGDIR)-tar.bz2 +TARBALL=$(PKGDIR).tar.bz2 all: python-updater.1 tarball |