[Scummvm-cvs-logs] scummvm master -> a7b72d0a9ad5c96665db7a130b195f1589164c95

bgK bastien.bouclet at gmail.com
Tue Jan 8 10:02:20 CET 2013


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:
a7b72d0a9a BUILD: PS3 packages don't need "finalizing" anymore.


Commit: a7b72d0a9ad5c96665db7a130b195f1589164c95
    https://github.com/scummvm/scummvm/commit/a7b72d0a9ad5c96665db7a130b195f1589164c95
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2013-01-08T00:57:53-08:00

Commit Message:
BUILD: PS3 packages don't need "finalizing" anymore.

This is necessary for newer firmware support.

Changed paths:
    ports.mk



diff --git a/ports.mk b/ports.mk
index bdedffd..f6a5a2b 100644
--- a/ports.mk
+++ b/ports.mk
@@ -356,7 +356,6 @@ endif
 	cp $(srcdir)/dists/ps3/PIC1.PNG ps3pkg/
 	sfo.py -f $(srcdir)/dists/ps3/sfo.xml ps3pkg/PARAM.SFO
 	pkg.py --contentid UP0001-SCUM12000_00-0000000000000000 ps3pkg/ scummvm-ps3.pkg
-	package_finalize scummvm-ps3.pkg
 
 ps3run: $(EXECUTABLE)
 	$(STRIP) $(EXECUTABLE)
@@ -365,4 +364,4 @@ ps3run: $(EXECUTABLE)
 	ps3load $(EXECUTABLE).self
 
 # Mark special targets as phony
-.PHONY: deb bundle osxsnap win32dist install uninstall ps3pkg
+.PHONY: deb bundle osxsnap win32dist install uninstall ps3pkg ps3run






More information about the Scummvm-git-logs mailing list