Update comments

This commit is contained in:
Dimitris Zlatanidis 2015-09-02 05:45:38 +03:00
parent f3f61e116f
commit 5377261ce7

View file

@ -279,9 +279,7 @@ class SBoInstall(object):
return filename return filename
def build_install(self): def build_install(self):
"""Searches the package name and version in /tmp to """Build and install packages if not already installed
install. If find two or more packages e.g. to build
tag 2 or 3 will fit most.
""" """
slackbuilds = self.dependencies + self.master_packages slackbuilds = self.dependencies + self.master_packages
installs, upgraded, = [], [] installs, upgraded, = [], []