[Scummvm-cvs-logs] SF.net SVN: scummvm:[48587] tools/trunk/Makefile.common
salty-horse at users.sourceforge.net
salty-horse at users.sourceforge.net
Fri Apr 9 02:11:13 CEST 2010
Revision: 48587
http://scummvm.svn.sourceforge.net/scummvm/?rev=48587&view=rev
Author: salty-horse
Date: 2010-04-09 00:11:13 +0000 (Fri, 09 Apr 2010)
Log Message:
-----------
Respect $BINDIR when installing (similar to ScummVM)
This fixes the Debian packaging process, which uses
./debian/scummvm-tools as DESTDIR and /usr/games as BINDIR.
Thanks to the GetDeb Team for reporting the problem and testing the solution.
Modified Paths:
--------------
tools/trunk/Makefile.common
Modified: tools/trunk/Makefile.common
===================================================================
--- tools/trunk/Makefile.common 2010-04-08 22:04:17 UTC (rev 48586)
+++ tools/trunk/Makefile.common 2010-04-09 00:11:13 UTC (rev 48587)
@@ -86,7 +86,7 @@
all: $(TARGETS)
install: $(TARGETS)
- for i in $^ ; do $(INSTALL) -p -m 0755 $$i $(DESTDIR) ; done
+ for i in $^ ; do $(INSTALL) -p -m 0755 $$i $(DESTDIR)$(BINDIR) ; done
bundle_name = ScummVM\ Tools.app
bundle: scummvm-tools$(EXEEXT)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list