CVS: packaging makefile,1.24,1.25

Chris Liechti <[email protected]> Mon, 27 Nov 2006 19:00:41 -0800
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/packaging
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14468

Modified Files:
	makefile 
Log Message:
use install utility on linux

Index: makefile
===================================================================
RCS file: /cvsroot/mspgcc/packaging/makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -w -d -r1.24 -r1.25
--- makefile	28 Nov 2006 01:42:01 -0000	1.24
+++ makefile	28 Nov 2006 03:00:39 -0000	1.25
@@ -279,7 +279,8 @@
 ifdef WINDOWS
 	cp msp430-gdbproxy.exe MSP430.dll $(INSTALLDIR)/bin/
 else
-	cp msp430-gdbproxy libMSP430.so $(INSTALLDIR)/bin/
+	install -m 644 libMSP430.so $(INSTALLDIR)/lib/
+	install msp430-gdbproxy $(INSTALLDIR)/bin/
 endif
 
 # (lib)MSP430mspgcc.dll/so (lib)HIL.dll/so and giveio, loaddrv on windows.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV