pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] [pingus] push by address@hidden - Made Makefile.macosx add


From: pingus
Subject: [Pingus-CVS] [pingus] push by address@hidden - Made Makefile.macosx add COPYING and AUTHORS to the DMG on 2011-12-30 12:23 GMT
Date: Fri, 30 Dec 2011 12:24:09 +0000

Revision: 9a87c720927c
Author:   jonas <address@hidden>
Date:     Fri Dec 30 02:51:51 2011
Log:      Made Makefile.macosx add COPYING and AUTHORS to the DMG

http://code.google.com/p/pingus/source/detail?r=9a87c720927c

Modified:
 /Makefile.macosx

=======================================
--- /Makefile.macosx    Thu Dec 29 20:31:21 2011
+++ /Makefile.macosx    Fri Dec 30 02:51:51 2011
@@ -17,6 +17,8 @@
# the volume name for the package (the filename ,*.dmg, will include the VERSION) # NOTE: currently an initial size of 100M is used. This has to be increased as needed!
 PACKAGE = Pingus
+# these files are, beside the bundle, added to the package
+PACKAGEDOCS = README NEWS COPYING AUTHORS

 build/pingus:
        mkdir -p build
@@ -69,8 +71,7 @@
        hdiutil create -size 100M -fs HFS+J -volname $(PACKAGE) 
$(PACKAGE)-tmp.dmg
        hdiutil attach $(PACKAGE)-tmp.dmg -readwrite -mount required
        cp -R -p $(BUNDLE) /Volumes/$(PACKAGE)/
-       cp README /Volumes/$(PACKAGE)
-       cp NEWS /Volumes/$(PACKAGE)
+       cp $(PACKAGEDOCS) /Volumes/$(PACKAGE)
        hdiutil detach /Volumes/$(PACKAGE) -force
        ./SLA-dmg.sh COPYING Pingus-tmp.dmg
hdiutil convert $(PACKAGE)-tmp.dmg -format UDZO -imagekey zlib-level=9 -o $(PACKAGE)-`cat VERSION`.dmg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]