diff options
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | sboul (renamed from sbosubmit) | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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; |