summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild')
-rw-r--r--net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild b/net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild
index 49ffcec432ab..b6dbc453ba85 100644
--- a/net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild
+++ b/net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild,v 1.1 2006/04/08 17:34:00 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild,v 1.2 2008/10/04 01:24:56 darkside Exp $
MY_PN=${PN/asterisk-}
DESCRIPTION="Asterisk channel plugin for mISDN"
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.beronet.com/"
SRC_URI="http://www.beronet.com/downloads/chan_misdn/releases/V${PV:0:3}/${MY_PN}-${PV/_/-}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_PN}
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -ir "s:.*MISDNUSERLIB.*::" Makefile || die "sed failed"
}