mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Fix space
This commit is contained in:
parent
f8aada6840
commit
0d3d1707fa
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class SBoGrep(object):
|
|||
self.line_ver = "SLACKBUILD VERSION: "
|
||||
self.line_md5 = "SLACKBUILD MD5SUM: "
|
||||
self.line_md5_64 = "SLACKBUILD MD5SUM_{0}: ".format(arch64)
|
||||
self.line_des = "SLACKBUILD SHORT DESCRIPTION: "
|
||||
self.line_des = "SLACKBUILD SHORT DESCRIPTION: "
|
||||
self.sbo_txt = self.meta.lib_path + "sbo_repo/SLACKBUILDS.TXT"
|
||||
self.answer = ["y", "Y"]
|
||||
self.unst = ["UNSUPPORTED", "UNTESTED"]
|
||||
|
|
Loading…
Add table
Reference in a new issue