diff options
Diffstat (limited to 'net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild')
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild b/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild index 947f890eca0e..89173eabf092 100644 --- a/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild,v 1.9 2004/07/14 23:05:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild,v 1.10 2004/10/02 12:50:27 dragonheart Exp $ S=${WORKDIR}/pptp-linux-${PV}-1 @@ -29,7 +29,7 @@ src_install() { cd ${S} insinto /etc/ppp doins options.pptp - dosbin pptp-command pptp_fe.pl + dosbin ${DISTDIR}/pptp-command pptp_fe.pl if use tcltk ; then sed s/pptp_fe/pptp_fe.pl/g < xpptp_fe.pl > xpptp_fe.pl.new |