[Pcsclite-cvs-commit] muscleTools Makefile,1.7,1.8 README,1.2,1.3

rousseau@quantz.debian.org rousseau@quantz.debian.org
Sat, 11 Oct 2003 22:09:32 +0200


Update of /cvsroot/muscleapps/muscleTools
In directory quantz:/tmp/cvs-serv28317

Modified Files:
	Makefile README 
Log Message:
create the installation directory and add documentation obout it in
README


Index: Makefile
===================================================================
RCS file: /cvsroot/muscleapps/muscleTools/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile	30 Sep 2003 21:08:58 -0000	1.7
+++ Makefile	11 Oct 2003 20:09:30 -0000	1.8
@@ -17,6 +17,7 @@
 distclean: clean
 
 install: muscleTool
+	install -d $(DESTDIR)/bin
 	install --mode=0755 --strip $^ $(DESTDIR)/bin/$^
 
 muscleToolOSX: muscleTool.c

Index: README
===================================================================
RCS file: /cvsroot/muscleapps/muscleTools/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README	30 Sep 2003 21:12:06 -0000	1.2
+++ README	11 Oct 2003 20:09:30 -0000	1.3
@@ -4,7 +4,14 @@
 
 This is a command line personalization tool for MuscleCard enabled smartcards.  
 
-To install type: make
+To compile and install type:
+$ make
+
+By default the command is installed in /usr/local/. You can change that
+by:
+- changing DESTDIR in Makefile
+or
+- doing 'DESTDIR=/where/ever/you/want make install'
 
 http://www.musclecard.com