* [gentoo-commits] gentoo-x86 commit in net-misc/dcetest: dcetest-2.0.ebuild
@ 2010-10-28 9:59 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-10-28 9:59 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/10/28 09:59:11
Modified: dcetest-2.0.ebuild
Log:
fix quoting
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Revision Changes Path
1.7 net-misc/dcetest/dcetest-2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dcetest/dcetest-2.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dcetest/dcetest-2.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dcetest/dcetest-2.0.ebuild?r1=1.6&r2=1.7
Index: dcetest-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dcetest/dcetest-2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dcetest-2.0.ebuild 23 Sep 2009 19:35:26 -0000 1.6
+++ dcetest-2.0.ebuild 28 Oct 2010 09:59:11 -0000 1.7
@@ -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 @@
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_install() {
- dobin dcetest
+ dobin dcetest || die
dodoc CHANGELOG README VERSION nt4sp6adefault.txt out out.txt out2.txt w2ksp0.txt
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-28 9:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-28 9:59 [gentoo-commits] gentoo-x86 commit in net-misc/dcetest: dcetest-2.0.ebuild Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox