aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rwxr-xr-xsboul (renamed from sbosubmit)2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index c7f1d1e..bb2c7d5 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ sbodl - download the sources (from the .info file)
sbofixinfo - try to fix malformed .info files
sbolint - examine a SBo tarball or dir, look for common errors
sbosearch - search local SBo repo
-sbosubmit - submit to SBo, from command line
+sboul - submit slackbuild tarballs to SBo, from command line
sbrename - rename a build
sbosrc - simple client script for sbosrcarch archives
sbosrcarch - create/maintain an archive of SBo sources
diff --git a/sbosubmit b/sboul
index 95db5d9..85a847e 100755
--- a/sbosubmit
+++ b/sboul
@@ -119,7 +119,7 @@ $resp = $ua->post(
print STDERR "\n";
-$tmpfile = "/tmp/sbosubmit.$$." . int(rand(10 ** 10)) . ".html";
+$tmpfile = "/tmp/sboul.$$." . int(rand(10 ** 10)) . ".html";
open RESULT, ">$tmpfile" or die "$tmpfile: $!";
print RESULT $resp->content;
close RESULT;