diff options
author | David-John Willis | 2011-07-07 21:48:42 +0100 |
---|---|---|
committer | David-John Willis | 2011-07-07 21:48:42 +0100 |
commit | 0ab63af11394c3d7e05d760e7d1de87fbec93493 (patch) | |
tree | 2b691b22a28c935cba63fdc5bd3c57625643b2cc /backends/platform | |
parent | b27e6ac1dcaa678f7f078f6ded12ee784e44baf2 (diff) | |
download | scummvm-rg350-0ab63af11394c3d7e05d760e7d1de87fbec93493.tar.gz scummvm-rg350-0ab63af11394c3d7e05d760e7d1de87fbec93493.tar.bz2 scummvm-rg350-0ab63af11394c3d7e05d760e7d1de87fbec93493.zip |
OPENPANDORA: Change bundle rule to make a SquashFS compressed .PND.
Diffstat (limited to 'backends/platform')
-rwxr-xr-x | backends/platform/openpandora/op-bundle.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/platform/openpandora/op-bundle.mk b/backends/platform/openpandora/op-bundle.mk index 163f4711ce..089430f43c 100755 --- a/backends/platform/openpandora/op-bundle.mk +++ b/backends/platform/openpandora/op-bundle.mk @@ -75,11 +75,10 @@ endif $(CP) $(libloc)/../arm-angstrom-linux-gnueabi/usr/lib/libFLAC.so.8.2.0 $(bundle_name)/scummvm/lib/libFLAC.so.8 - $(srcdir)/backends/platform/openpandora/build/pnd_make.sh -p $(bundle_name).pnd -d $(bundle_name)/scummvm -x $(bundle_name)/scummvm/data/PXML.xml -i $(bundle_name)/scummvm/icon/scummvm.png + $(srcdir)/backends/platform/openpandora/build/pnd_make.sh -p $(bundle_name).pnd -c -d $(bundle_name)/scummvm -x $(bundle_name)/scummvm/data/PXML.xml -i $(bundle_name)/scummvm/icon/scummvm.png $(CP) $(srcdir)/backends/platform/openpandora/build/README-PND.txt $(bundle_name) tar -cvjf $(bundle_name)-pnd.tar.bz2 $(bundle_name).pnd $(bundle_name)/README-PND.txt rm -R ./$(bundle_name) -# rm $(bundle_name).pnd .PHONY: op-bundle op-pnd |