diff options
Diffstat (limited to 'app-text/info2html/info2html-2.0.ebuild')
-rw-r--r-- | app-text/info2html/info2html-2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/info2html/info2html-2.0.ebuild b/app-text/info2html/info2html-2.0.ebuild index d81b205df614..6f2a61d25c71 100644 --- a/app-text/info2html/info2html-2.0.ebuild +++ b/app-text/info2html/info2html-2.0.ebuild @@ -23,7 +23,7 @@ src_unpack() { # filter user-provided data to prevent cross-frame/site scripting attacks # bug #91354 (fix from Werner Fink) - epatch ${FILESDIR}/info2html-2.0-xss.patch + epatch "${FILESDIR}"/info2html-2.0-xss.patch # Fixup INFODIR for paths in /etc/profile.env INFOPATH infos=$(grep "^export INFOPATH=" /etc/profile.env | tail -n 1 |\ |