changeset 5:686cfe0b7ee4

Fix paths.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 05:16:10 +0300
parents a039e8eebfb6
children 5caa361f3972
files Makefile pakkaa.sh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Sep 28 03:26:00 2012 +0300
+++ b/Makefile	Fri Sep 28 05:16:10 2012 +0300
@@ -7,7 +7,7 @@
 RANLIB=ranlib
 
 DMLIB = ./dmlib/
-BINPATH ?= ./exe/
+BINPATH ?= 
 OBJPATH ?= ./unix/
 EXEEXT ?=
 
--- a/pakkaa.sh	Fri Sep 28 03:26:00 2012 +0300
+++ b/pakkaa.sh	Fri Sep 28 05:16:10 2012 +0300
@@ -5,4 +5,4 @@
 	PACKED="${PACKED}.bin"
 fi
 
-cd "$CPWD/data" && $PACKED -c -p "$CPWD/exe/orvellys.dat" * 
+cd "$CPWD/data" && $PACKED -c -f 0xf -p "$CPWD/exe/orvellys.dat" *