From 23f4bbd76a271a4013e17746177e902a80d08eee Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Wed, 19 Jun 2013 02:44:41 +0200 Subject: jsaccess: fix Makefile example scp --- jsaccess/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jsaccess/Makefile') diff --git a/jsaccess/Makefile b/jsaccess/Makefile index 94062c9..c8f74d9 100644 --- a/jsaccess/Makefile +++ b/jsaccess/Makefile @@ -3,7 +3,7 @@ BINDIR=$(PREFIX)/bin all: @echo "Run \"sudo make install\" to install jstore" - @echo "Run \"scp -rp jsa user@webserver:/var/www/htdocs/\" to install jsa on your web server" + @echo "Run \"scp -r jsa user@webserver:/var/www/htdocs/\" to install jsa on your web server" install: install -m 0755 jstore.sh $(BINDIR)/jstore -- cgit v1.2.3-59-g8ed1b