aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'jsaccess/Makefile')
-rw-r--r--jsaccess/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/jsaccess/Makefile b/jsaccess/Makefile
index 41c1157..94062c9 100644
--- a/jsaccess/Makefile
+++ b/jsaccess/Makefile
@@ -1,11 +1,9 @@
PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
-BINARIES=store.sh
-
all:
- @echo "Run \"sudo make install\" to install store.sh"
+ @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"
install:
- install -m 0755 $(BINARIES) $(BINDIR)
+ install -m 0755 jstore.sh $(BINDIR)/jstore