|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../dangerdeep/dangerdeep.conf |
|
|
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2007 - 2011 The OpenSDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
|
# |
|
|
|
@ -25,9 +25,9 @@ dftd_custmain() {
|
|
|
|
|
scons devel=1 $sconsopt |
|
|
|
|
|
|
|
|
|
# Make sure to install datafiles as well. |
|
|
|
|
cp build/linux/dangerdeep $root/$prefix/games/ -fr --reply=yes |
|
|
|
|
unzip `match_source_file -p *.zip` && cp data \ |
|
|
|
|
$root/$datadir/games/$pkg -fr --reply=yes |
|
|
|
|
cp -rf build/linux/dangerdeep $root/$prefix/games/ |
|
|
|
|
unzip `match_source_file -p *.zip` && cp -rf data \ |
|
|
|
|
$root/$datadir/games/$pkg |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# Scons builds are not yet properly supported so we have to do it |
|
|
|
|