Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 54145D13E for ; Fri, 13 Jul 2012 01:55:24 +0000 (UTC) Received: (qmail 66936 invoked by uid 500); 13 Jul 2012 01:55:24 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 66918 invoked by uid 500); 13 Jul 2012 01:55:24 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 66910 invoked by uid 99); 13 Jul 2012 01:55:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2012 01:55:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0B3E6138C6; Fri, 13 Jul 2012 01:55:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: ios commit: Added bin subfolder (command line scripts) to .dmg distribution package Message-Id: <20120713015524.0B3E6138C6@tyr.zones.apache.org> Date: Fri, 13 Jul 2012 01:55:24 +0000 (UTC) Updated Branches: refs/heads/master e7847e126 -> 35dfedeb5 Added bin subfolder (command line scripts) to .dmg distribution package Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/35dfedeb Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/35dfedeb Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/35dfedeb Branch: refs/heads/master Commit: 35dfedeb5f799fb021b22989f112ff0d03291743 Parents: e7847e1 Author: Shazron Abdullah Authored: Thu Jul 12 18:55:02 2012 -0700 Committer: Shazron Abdullah Committed: Thu Jul 12 18:55:02 2012 -0700 ---------------------------------------------------------------------- Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/35dfedeb/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 5152fd4..57119b9 100644 --- a/Makefile +++ b/Makefile @@ -152,6 +152,8 @@ installer: check-utils clean check-wkhtmltopdf md-to-html @textutil -cat html CordovaInstaller/docs/firstrun.html CordovaInstaller/docs/readme.html CordovaInstaller/docs/LICENSE.html -output dist/files/Readme.html > /dev/null 2>> $(PKG_ERROR_LOG) @$(WKHTMLTOPDF) --footer-center "Cordova ${CDV_VER} Readme" dist/files/Readme.html dist/files/Readme.pdf > /dev/null 2>> $(PKG_ERROR_LOG) @$(RM_F) dist/files/Readme.html + @# copy the bin folder + @$(CP) -Rf bin dist/files/bin @# sign the .pkg : must be run under one line to get return code @-security find-certificate -c $(CERTIFICATE) > /dev/null 2>> $(PKG_ERROR_LOG); \ if [ $$? -eq 0 ] ; then \