summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/buildzip.pl2
-rwxr-xr-xtools/configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl
index 12348c61d5..9211126687 100755
--- a/tools/buildzip.pl
+++ b/tools/buildzip.pl
@@ -47,7 +47,7 @@ sub find_copyfile {
47 47
48$ROOT=".."; 48$ROOT="..";
49 49
50my $ziptool="zip -r"; 50my $ziptool="zip -r9";
51my $output="rockbox.zip"; 51my $output="rockbox.zip";
52my $verbose; 52my $verbose;
53my $exe; 53my $exe;
diff --git a/tools/configure b/tools/configure
index e709bff62d..745428730d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2340,7 +2340,7 @@ fullzip:
2340 2340
23417zip: 23417zip:
2342 \$(SILENT)for f in \`cat \$(BUILDDIR)/@APPS@/features\`; do feat="\$\$feat:\$\$f" ; done; \\ 2342 \$(SILENT)for f in \`cat \$(BUILDDIR)/@APPS@/features\`; do feat="\$\$feat:\$\$f" ; done; \\
2343 \$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(MODELNAME)\$\$feat\" -i \"\$(TARGET_ID)\" -o "rockbox.7z" -z "7za a" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) 2343 \$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(MODELNAME)\$\$feat\" -i \"\$(TARGET_ID)\" -o "rockbox.7z" -z "7za a -mx=9" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
2344 2344
2345tar: 2345tar:
2346 \$(SILENT)rm -f rockbox.tar 2346 \$(SILENT)rm -f rockbox.tar