diff options
author | 2008-06-24 17:03:56 +0000 | |
---|---|---|
committer | 2008-06-24 17:03:56 +0000 | |
commit | 5aeb8259bdf0223a1558ad7511703076d50df080 (patch) | |
tree | ebdd1851cdfccb17be2aaec6e63b69f296815dbc /Makefile | |
parent | Typo (diff) | |
download | python-updater-5aeb8259bdf0223a1558ad7511703076d50df080.tar.gz python-updater-5aeb8259bdf0223a1558ad7511703076d50df080.tar.bz2 python-updater-5aeb8259bdf0223a1558ad7511703076d50df080.zip |
Fixed Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,5 +22,5 @@ tarball: rm -fr $(PKGDIR) upload: scp $(TARBALL) dev.gentoo.org:/space/distfiles-local - ssh dev.gentoo.org chmod ug+rw dev.gentoo.org:/space/distfiles-local/$(TARBALL) + ssh dev.gentoo.org chmod ug+rw /space/distfiles-local/$(TARBALL) |