[Pkg-octave-commit] rev 129 - trunk/www

Rafael Laboissiere pkg-octave-devel@lists.alioth.debian.org
Fri, 25 Feb 2005 20:59:57 +0100


Author: rafael
Date: 2005-02-25 20:59:56 +0100 (Fri, 25 Feb 2005)
New Revision: 129

Modified:
   trunk/www/Makefile
Log:
* Makefile: Remove the temporary tarball created locally after
uploading to the web site.


Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2005-02-25 14:54:48 UTC (rev 128)
+++ trunk/www/Makefile	2005-02-25 19:59:56 UTC (rev 129)
@@ -23,6 +23,7 @@
 	@echo -n "Uploading tarball to web site... "
 	@scp -q $(TARBALL) $(USER)@$(HOST):$(DIR)
 	@echo done
+	@rm -f $(TARBALL)
 	@echo -n "Installing remote tarball... "
 	@ssh $(USER)@$(HOST) 'cd $(DIR); tar xfz $(TARBALL)'
 	@echo done