diff options
author | 2007-10-06 19:58:27 +0000 | |
---|---|---|
committer | 2007-10-06 19:58:27 +0000 | |
commit | 530aaaade80346fa688c3ad9759dae6bdd7ad9d4 (patch) | |
tree | 41a475b43cd6fb8054c4191d6b3ac32346d601c2 /app-emacs/vhdl-mode | |
parent | Quote ${S}. (diff) | |
download | historical-530aaaade80346fa688c3ad9759dae6bdd7ad9d4.tar.gz historical-530aaaade80346fa688c3ad9759dae6bdd7ad9d4.tar.bz2 historical-530aaaade80346fa688c3ad9759dae6bdd7ad9d4.zip |
Quote ${FILESDIR}.
Package-Manager: portage-2.1.3.12
Diffstat (limited to 'app-emacs/vhdl-mode')
-rw-r--r-- | app-emacs/vhdl-mode/vhdl-mode-3.33.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/vhdl-mode/vhdl-mode-3.33.2.ebuild b/app-emacs/vhdl-mode/vhdl-mode-3.33.2.ebuild index 5ffd4035d9ea..6fd9d3ddc505 100644 --- a/app-emacs/vhdl-mode/vhdl-mode-3.33.2.ebuild +++ b/app-emacs/vhdl-mode/vhdl-mode-3.33.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/vhdl-mode-3.33.2.ebuild,v 1.7 2007/09/23 15:59:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/vhdl-mode/vhdl-mode-3.33.2.ebuild,v 1.8 2007/10/06 19:58:27 ulm Exp $ inherit elisp @@ -25,5 +25,5 @@ src_compile() { src_install() { elisp-install ${PN} vhdl-mode.el vhdl-mode.elc - elisp-site-file-install ${FILESDIR}/${SITEFILE} + elisp-site-file-install "${FILESDIR}/${SITEFILE}" } |