mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-15 03:41:16 +01:00
Fix slonly repos changelog link
This commit is contained in:
parent
f80032cc5a
commit
2321a3fa49
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ class Initialization(object):
|
|||
# filelist_txt = "{0}{1}/{2}".format(repo, ar, lst_file)
|
||||
checksums_md5 = "{0}{1}/{2}".format(repo, ar, md5_file)
|
||||
# ChangeLog.txt file available only for x86 arch
|
||||
changelog_txt = "{0}{1}-x86/{2}".format(repo, slack_ver(), log_file)
|
||||
changelog_txt = "{0}{1}/{2}".format(repo, ar, log_file)
|
||||
self.write(lib, lib_file, packages_txt)
|
||||
# self.write(lib, lst_file, filelist_txt)
|
||||
self.write(lib, md5_file, checksums_md5)
|
||||
|
|
Loading…
Reference in a new issue