[Pkg-octave-commit] rev 157 - trunk/www
Rafael Laboissiere
pkg-octave-devel@lists.alioth.debian.org
Thu, 10 Mar 2005 14:24:58 +0100
Author: rafael
Date: 2005-03-10 14:24:58 +0100 (Thu, 10 Mar 2005)
New Revision: 157
Modified:
trunk/www/Makefile
Log:
* Makefile: Really removes the remote tarball
Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile 2005-03-09 09:37:51 UTC (rev 156)
+++ trunk/www/Makefile 2005-03-10 13:24:58 UTC (rev 157)
@@ -4,7 +4,7 @@
# make USER=your-alioth-username
#
# Written by Rafael Laboissiere <rafael@debian.org>
-# $id$
+# $Id$
USER = $(shell whoami)
GROUP = pkg-octave
@@ -34,7 +34,7 @@
'cd $(DIR); for i in `tar tfz $(TARBALL)`; do chgrp $(GROUP) $$i; chmod g=u $$i; done'
@echo done
@echo -n "Removing remote tarball... "
- @ssh $(USER)@$(HOST) rm -f $(TARBALL)
+ @ssh $(USER)@$(HOST) rm -f $(DIR)$(TARBALL)
@echo done
%: %.in