diff options
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild index b87f5c8dcebf..190ac7c50796 100644 --- a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild +++ b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=6 + MY_PV=${PV/./-} MY_P=HyperSpec-${MY_PV} @@ -31,6 +33,6 @@ EOF src_install() { dodir /usr/share/doc/${P} - cp -r HyperSpec* ${D}/usr/share/doc/${P} + cp -r HyperSpec* "${D}/usr/share/doc/${P}" dosym /usr/share/doc/${P} /usr/share/doc/hyperspec } |