VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Main.make
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-08-11 07:23:33 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:22:35 +0100
commit3e2cf28d9269765865757629c45ac4827caec966 (patch)
tree945524b6a4a9e6ddea8311bc58e954e40c281635 /src/Main/Main.make
parent92af80648816a817f320b5963cf3d9a3f2a11ba8 (diff)
downloadVeraCrypt-3e2cf28d9269765865757629c45ac4827caec966.tar.gz
VeraCrypt-3e2cf28d9269765865757629c45ac4827caec966.zip
MacOSX : Correct typos in Main Makefile
Diffstat (limited to 'src/Main/Main.make')
-rw-r--r--src/Main/Main.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Main/Main.make b/src/Main/Main.make
index cd738bda..a25f88a5 100644
--- a/src/Main/Main.make
+++ b/src/Main/Main.make
@@ -165,10 +165,10 @@ endif
echo -n APPLTRUE >$(APPNAME).app/Contents/PkgInfo
sed -e 's/_VERSION_/$(patsubst %a,%.1,$(patsubst %b,%.2,$(TC_VERSION)))/' ../Build/Resources/MacOSX/Info.plist.xml >$(APPNAME).app/Contents/Info.plist
codesign -s "Developer ID Application: Mounir IDRASSI" $(APPNAME).app
- /usr/local/bin/packagesbuild $(PWD)/Setup/MacOSX/veracrypt.pkgproj
- productsign --sign "Developer ID Installer: Mounir IDRASSI" $(PWD)/Setup/MacOSX/veracrypt.pkg $(PWD)/Setup/MacOSX/VeraCrypt_$(TC_VERSION).pkg
+ /usr/local/bin/packagesbuild $(PWD)/Setup/MacOSX/veracrypt.pkgproj
+ productsign --sign "Developer ID Installer: Mounir IDRASSI" $(PWD)/Setup/MacOSX/veracrypt.pkg $(PWD)/Setup/MacOSX/VeraCrypt_$(TC_VERSION).pkg
rm -f $(APPNAME)_$(TC_VERSION).dmg
- hdiutil create -srcfolder (PWD)/Setup/MacOSX/VeraCrypt_$(TC_VERSION).pkg -volname "VeraCrypt $(TC_VERSION) for Mac OS X $(VC_OSX_TARGET) and later" $(APPNAME)_$(TC_VERSION).dmg
+ hdiutil create -srcfolder $(PWD)/Setup/MacOSX/VeraCrypt_$(TC_VERSION).pkg -volname "VeraCrypt $(TC_VERSION) for Mac OS X $(VC_OSX_TARGET) and later" $(APPNAME)_$(TC_VERSION).dmg
endif
ifeq "$(PLATFORM)" "Linux"