diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 10:03:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 10:03:16 +0000 |
commit | 7e9fc2b1304006aa3295ec22d1c7bcee19810704 (patch) | |
tree | aeb5ec6daefc45a705678443a702d58551aff533 /net-misc/dcetest | |
parent | redudant COPYING in dodoc, fix quoting (diff) | |
download | historical-7e9fc2b1304006aa3295ec22d1c7bcee19810704.tar.gz historical-7e9fc2b1304006aa3295ec22d1c7bcee19810704.tar.bz2 historical-7e9fc2b1304006aa3295ec22d1c7bcee19810704.zip |
fix quoting
Package-Manager: portage-2.2.0_alpha1/cvs/Linux x86_64
Diffstat (limited to 'net-misc/dcetest')
-rw-r--r-- | net-misc/dcetest/dcetest-2.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/dcetest/dcetest-2.0.ebuild b/net-misc/dcetest/dcetest-2.0.ebuild index 4ccd5bb7790e..9b0943eec2f7 100644 --- a/net-misc/dcetest/dcetest-2.0.ebuild +++ b/net-misc/dcetest/dcetest-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dcetest/dcetest-2.0.ebuild,v 1.6 2009/09/23 19:35:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dcetest/dcetest-2.0.ebuild,v 1.7 2010/10/28 09:59:11 ssuominen Exp $ DESCRIPTION="dcetest is a clone of the Windows rpcinfo" HOMEPAGE="http://www.atstake.com/research/tools/info_gathering/" @@ -15,7 +15,7 @@ S=${WORKDIR}/${PN} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # cleanup the makefile a little sed -e '/^CC/d' -i Makefile sed -e 's/CFLAGS.*/CFLAGS += -Wall -funsigned-char -fPIC/g' -i Makefile @@ -26,6 +26,6 @@ src_compile() { } src_install() { - dobin dcetest + dobin dcetest || die dodoc CHANGELOG README VERSION nt4sp6adefault.txt out out.txt out2.txt w2ksp0.txt } |