[Scummvm-cvs-logs] scummvm master -> 0ab63af11394c3d7e05d760e7d1de87fbec93493

djwillis John.Willis at Distant-earth.com
Thu Jul 7 22:51:25 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0ab63af113 OPENPANDORA: Change bundle rule to make a SquashFS compressed .PND.


Commit: 0ab63af11394c3d7e05d760e7d1de87fbec93493
    https://github.com/scummvm/scummvm/commit/0ab63af11394c3d7e05d760e7d1de87fbec93493
Author: David-John Willis (John.Willis at Distant-earth.com)
Date: 2011-07-07T13:48:42-07:00

Commit Message:
OPENPANDORA: Change bundle rule to make a SquashFS compressed .PND.

Changed paths:
    backends/platform/openpandora/op-bundle.mk



diff --git a/backends/platform/openpandora/op-bundle.mk b/backends/platform/openpandora/op-bundle.mk
index 163f471..089430f 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






More information about the Scummvm-git-logs mailing list