summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/createpackage.pl4
-rwxr-xr-xbin/patch_capabilities.pl2
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/createpackage.pl b/bin/createpackage.pl
index fe141d7..7e87758 100755
--- a/bin/createpackage.pl
+++ b/bin/createpackage.pl
@@ -85,10 +85,10 @@ Where parameters are as follows:
passphrase = The certificate's private key file's passphrase
Example:
- createpackage.pl fluidlauncher_template.pkg release-armv6
+ createpackage.pl fluidlauncher_template.pkg release-armv5
Example with certfile:
- createpackage.pl -c=mycerts.txt fluidlauncher_template.pkg release-armv6
+ createpackage.pl -c=mycerts.txt fluidlauncher_template.pkg release-armv5
Content of 'mycerts.txt' must be something like this:
# This is comment line, also the empty lines are ignored
diff --git a/bin/patch_capabilities.pl b/bin/patch_capabilities.pl
index e570632..bfd34f0 100755
--- a/bin/patch_capabilities.pl
+++ b/bin/patch_capabilities.pl
@@ -53,7 +53,7 @@ sub Usage() {
print("capabilities supported by self-signed certificates.\n");
print("\n *** NOTE: If *_template.pkg file is given, 'target-platform' is REQUIRED. ***\n");
print("\nUsage: patch_capabilities.pl pkg_filename <target-platform> [capability list]\n");
- print("\nE.g. patch_capabilities.pl myapp_template.pkg release-armv6 \"All -TCB\"\n");
+ print("\nE.g. patch_capabilities.pl myapp_template.pkg release-armv5 \"All -TCB\"\n");
exit();
}