Update commands view

This commit is contained in:
Dimitris Zlatanidis 2015-09-17 06:53:04 +03:00
parent b158259629
commit 01f07d8976

View file

@ -135,12 +135,12 @@ class SBoNetwork(object):
commands = {
"r": "README",
"R": "README",
"s": "SlackBuild",
"S": "SlackBuild",
"f": "info",
"F": "info",
"o": "doinst",
"O": "doinst",
"s": "{0}.SlackBuild".format(self.name),
"S": "{0}.SlackBuild".format(self.name),
"f": "{0}.info".format(self.name),
"F": "{0}.info".format(self.name),
"o": "doinst.sh",
"O": "doinst.sh",
"d": "download",
"D": "download",
"b": "build",