Skip to content

Commit

Permalink
osx app: override default data_path to use bundled config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Clark committed Sep 22, 2015
1 parent d105bc4 commit e807dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ datadir=$(datarootdir)
exec_prefix=$(prefix)
bindir=$(exec_prefix)/bin

DATA_PATH=$(datadir)/attract/
DATA_PATH:=$(datadir)/attract/
EXE_BASE=attract
EXE_EXT=
OBJ_DIR=obj
Expand Down
2 changes: 1 addition & 1 deletion util/osx/create-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ NPROC=$(getconf _NPROCESSORS_ONLN)
LLIMIT=$(awk 'BEGIN{printf"%.1f",'${NPROC}'/2}')

make -C .. clean
eval make -C .. -j${NPROC} -l${LLIMIT} ${MAKEOPTS} $@
eval make -C .. -j${NPROC} -l${LLIMIT} ${MAKEOPTS} DATA_PATH=../config/ $@
### end: make

function finish {
Expand Down

0 comments on commit e807dd3

Please sign in to comment.