* [gentoo-commits] gentoo-x86 commit in net-misc/asterisk-res_bondia: asterisk-res_bondia-0.9.ebuild
@ 2010-10-28 10:45 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-10-28 10:45 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/10/28 10:45:51
Modified: asterisk-res_bondia-0.9.ebuild
Log:
quoting
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Revision Changes Path
1.3 net-misc/asterisk-res_bondia/asterisk-res_bondia-0.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-res_bondia/asterisk-res_bondia-0.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-res_bondia/asterisk-res_bondia-0.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-res_bondia/asterisk-res_bondia-0.9.ebuild?r1=1.2&r2=1.3
Index: asterisk-res_bondia-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk-res_bondia/asterisk-res_bondia-0.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- asterisk-res_bondia-0.9.ebuild 16 Apr 2006 14:48:28 -0000 1.2
+++ asterisk-res_bondia-0.9.ebuild 28 Oct 2010 10:45:51 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/asterisk-res_bondia/asterisk-res_bondia-0.9.ebuild,v 1.2 2006/04/16 14:48:28 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-res_bondia/asterisk-res_bondia-0.9.ebuild,v 1.3 2010/10/28 10:45:51 ssuominen Exp $
inherit eutils
@@ -25,9 +25,9 @@
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# use asterisk-config...
- epatch ${FILESDIR}/${MY_PN}-0.9-astcfg.diff
+ epatch "${FILESDIR}"/${MY_PN}-0.9-astcfg.diff
}
src_compile() {
@@ -35,13 +35,13 @@
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc README bonjour.conf.sample
# fix permissions
if [[ -n "$(egetent group asterisk)" ]]; then
- chown -R root:asterisk ${D}etc/asterisk
- chmod -R u=rwX,g=rX,o= ${D}etc/asterisk
+ chown -R root:asterisk "${D}"etc/asterisk
+ chmod -R u=rwX,g=rX,o= "${D}"etc/asterisk
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-28 10:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-28 10:45 [gentoo-commits] gentoo-x86 commit in net-misc/asterisk-res_bondia: asterisk-res_bondia-0.9.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