Skip to content

Commit be6d487

Browse files
committed
Makefile: update URL paths
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).
1 parent 8aafe94 commit be6d487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ _archive:
118118
@rm -rf ${PKGNAME}-%{VERSION}.tar.gz
119119
@rm -rf /tmp/${PKGNAME}-$(VERSION) /tmp/${PKGNAME}
120120
@dir=$$PWD; cd /tmp; git clone $$dir ${PKGNAME}
121-
lynx -dump 'http://yum.baseurl.org/wiki/WritingYumPlugins?format=txt' > /tmp/${PKGNAME}/PLUGINS
122-
lynx -dump 'http://yum.baseurl.org/wiki/Faq?format=txt' > /tmp/${PKGNAME}/FAQ
121+
@touch /tmp/${PKGNAME}/PLUGINS
122+
@touch /tmp/${PKGNAME}/FAQ
123123
@rm -f /tmp/${PKGNAME}/$(remove_spec)
124124
@rm -rf /tmp/${PKGNAME}/.git
125125
@mv /tmp/${PKGNAME} /tmp/${PKGNAME}-$(VERSION)

0 commit comments

Comments
 (0)