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 = { commands = {
"r": "README", "r": "README",
"R": "README", "R": "README",
"s": "SlackBuild", "s": "{0}.SlackBuild".format(self.name),
"S": "SlackBuild", "S": "{0}.SlackBuild".format(self.name),
"f": "info", "f": "{0}.info".format(self.name),
"F": "info", "F": "{0}.info".format(self.name),
"o": "doinst", "o": "doinst.sh",
"O": "doinst", "O": "doinst.sh",
"d": "download", "d": "download",
"D": "download", "D": "download",
"b": "build", "b": "build",