mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
Update comments
This commit is contained in:
parent
f3f61e116f
commit
5377261ce7
1 changed files with 1 additions and 3 deletions
|
@ -279,9 +279,7 @@ class SBoInstall(object):
|
|||
return filename
|
||||
|
||||
def build_install(self):
|
||||
"""Searches the package name and version in /tmp to
|
||||
install. If find two or more packages e.g. to build
|
||||
tag 2 or 3 will fit most.
|
||||
"""Build and install packages if not already installed
|
||||
"""
|
||||
slackbuilds = self.dependencies + self.master_packages
|
||||
installs, upgraded, = [], []
|
||||
|
|
Loading…
Reference in a new issue