diff options
author | Matt Turner <mattst88@gmail.com> | 2008-05-03 19:42:09 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2008-05-03 19:42:09 +0000 |
commit | e121fecf4f9e71cd76dd395cf1a2352badef9324 (patch) | |
tree | e982c5581ede9433f42cf6fe32907682151e8bb9 /dev-lang/cxx/cxx-6.5.9.31.ebuild | |
parent | b8d8e2da7dc91eddbd251b78ad24e6699d8f2775 (diff) |
A few small fixes, as pointed out by drac in #gentoo-alpha
git-svn-id: svn://mattst88.com/svn/compaq-c-overlay@8 8c41e67f-757b-4206-be13-12d8f16ad5be
Diffstat (limited to 'dev-lang/cxx/cxx-6.5.9.31.ebuild')
-rw-r--r-- | dev-lang/cxx/cxx-6.5.9.31.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/cxx/cxx-6.5.9.31.ebuild b/dev-lang/cxx/cxx-6.5.9.31.ebuild index 1ad54d7..42b3769 100644 --- a/dev-lang/cxx/cxx-6.5.9.31.ebuild +++ b/dev-lang/cxx/cxx-6.5.9.31.ebuild @@ -18,7 +18,7 @@ S=${WORKDIR} LICENSE="PLDSPv2" SLOT="0" KEYWORDS="-* ~alpha" -RESTRICT="fetch strip nomirror" +RESTRICT="fetch strip mirror" RDEPEND="virtual/libc dev-libs/libots @@ -40,7 +40,7 @@ src_unpack() { } src_compile() { - find ${S}/usr -type d -exec chmod a+rx {} \; + find "${S}"/usr -type d -exec chmod a+rx {} \; # patch up config script to sort gcc-lib paths last. Thanks to # Marc Giger for sorting this out @@ -72,7 +72,7 @@ src_compile() { src_install() { # move files over - mv usr ${D} || die "cxx installation failed" + mv usr "${D}" || die "cxx installation failed" # prep docs prepalldocs |