diff --git a/conf/slackware-changelog-mirrors b/conf/slackware-changelog-mirrors deleted file mode 100644 index 91421ecb..00000000 --- a/conf/slackware-changelog-mirrors +++ /dev/null @@ -1,16 +0,0 @@ -# Slackware ChangeLog mirror. -# -# http://www.slackware.com/changelog/ -# -# The latest happenings in Slackware development can be seen by looking -# at the ChangeLogs in the various distribution trees. For your bleeding -# edge enjoyment, we are providing the ChangeLogs for the -current -# development tree as well as the latest stable release on the web site. -# The latest ChangeLogs can always be found on ftp://ftp.slackware.com We -# are updating this page every two hours, so they will remain fairly -# current. But the truly bleeding edge will want to leave an ftp session -# open to ftp://ftp.slackware.com and less the ChangeLog every 5 minutes. -# -# You may not have to be changed here. -# -http://ftp.osuosl.org/pub/slackware/ diff --git a/setup.py b/setup.py index 4ee25682..54a7b2a6 100755 --- a/setup.py +++ b/setup.py @@ -101,7 +101,7 @@ if "install" in sys.argv: 'conf/blacklist', 'conf/slackware-mirrors', 'conf/custom-repositories', - 'conf/slackware-changelog-mirrors' + 'conf/slackware-changelogs-mirror' ] if not os.path.exists(_m.conf_path): os.makedirs(_m.conf_path) diff --git a/slpkg/slack/patches.py b/slpkg/slack/patches.py index 632a3160..ec17e84a 100644 --- a/slpkg/slack/patches.py +++ b/slpkg/slack/patches.py @@ -213,7 +213,7 @@ class Patches(object): changelog_old = changelog_txt + ".old" arch = "64" if os.uname()[4] == "x86_64" else "" slackware_mirror = self.utils.read_config(self.utils.read_file( - _m.conf_path + "slackware-changelog-mirrors")) + _m.conf_path + "slackware-changelogs-mirror")) slackpkg_mirror = self.utils.read_config( self.utils.read_file("{0}{1}".format(_m.slackpkg_conf, "mirrors"))) if slackpkg_mirror and "current" in slackpkg_mirror: