diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-07-04 08:49:24 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-07-04 08:49:24 +0000 |
commit | 8842adefa80d472389cc21c1f8612354cc105abc (patch) | |
tree | 655afd21c754a17f4798fc9180b037d46cd91bd9 /app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild | |
parent | Version bump (#228055) (diff) | |
download | gentoo-2-8842adefa80d472389cc21c1f8612354cc105abc.tar.gz gentoo-2-8842adefa80d472389cc21c1f8612354cc105abc.tar.bz2 gentoo-2-8842adefa80d472389cc21c1f8612354cc105abc.zip |
fix src_install logic, bug #224231. Fix repoman warnings.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 i686)
Diffstat (limited to 'app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild')
-rw-r--r-- | app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild index 5bb42cc0dcf7..1d138d0b4e90 100644 --- a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild +++ b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild,v 1.26 2007/09/08 15:40:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild,v 1.27 2008/07/04 08:49:24 eva Exp $ inherit sgml-catalog @@ -24,8 +24,8 @@ sgml-catalog_cat_include "/etc/sgml/sgml-docbook.cat" \ src_unpack() { unpack ${A} - cd ${S} - cp ${FILESDIR}/${P}.Makefile Makefile + cd "${S}" + cp "${FILESDIR}/${P}.Makefile" Makefile } src_compile() { |