Skip to content

Commit

Permalink
Makefile: update URL paths
Browse files Browse the repository at this point in the history
After the newly migrated webserver VM, the original links for the
PLUGINS and FAQ files no longer work, making "make rpm" fail.  Let's
replace these with empty files (the upstream spec file is not used for
official releases anyway).
  • Loading branch information
dmnks committed Feb 12, 2019
1 parent 8aafe94 commit be6d487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -118,8 +118,8 @@ _archive:
@rm -rf ${PKGNAME}-%{VERSION}.tar.gz
@rm -rf /tmp/${PKGNAME}-$(VERSION) /tmp/${PKGNAME}
@dir=$$PWD; cd /tmp; git clone $$dir ${PKGNAME}
lynx -dump 'http:https://yum.baseurl.org/wiki/WritingYumPlugins?format=txt' > /tmp/${PKGNAME}/PLUGINS
lynx -dump 'http:https://yum.baseurl.org/wiki/Faq?format=txt' > /tmp/${PKGNAME}/FAQ
@touch /tmp/${PKGNAME}/PLUGINS
@touch /tmp/${PKGNAME}/FAQ
@rm -f /tmp/${PKGNAME}/$(remove_spec)
@rm -rf /tmp/${PKGNAME}/.git
@mv /tmp/${PKGNAME} /tmp/${PKGNAME}-$(VERSION)
Expand Down

0 comments on commit be6d487

Please sign in to comment.