tweaks for make sync - not yet packaged
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 3 Dec 2012 11:24:52 +0000 (12:24 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 3 Dec 2012 11:24:52 +0000 (12:24 +0100)
Makefile

index 02d4ada..71f4703 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,8 @@ RSYNC_COND_DRY_RUN    := $(if $(findstring n,$(MAKEFLAGS)),--dry-run,)
 RSYNC                  := rsync -a -v $(RSYNC_COND_DRY_RUN) $(RSYNC_EXCLUDES)
 
 # xxx until we come up with a packaging this is going to be a wild guess
-INSTALLED=/usr/share/myslice
+#INSTALLED=/usr/share/myslice
+INSTALLED=/root/myslice
 
 sync:
 ifeq (,$(MYSLICEBOX))
@@ -59,5 +60,5 @@ ifeq (,$(MYSLICEBOX))
        @echo "  $(MAKE) MYSLICEBOX=debian04.pl.sophia.inria.fr "$@""
        @exit 1
 else
-       @echo "$@" target not yet implemented; exit; @$(SSHCOMMAND) /etc/init.d/apache2 restart
+       @echo "$@" target not yet implemented - for an apache based depl it would read ...; exit; @$(SSHCOMMAND) /etc/init.d/apache2 restart
 endif