diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-15 20:55:36 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-15 20:55:36 +0000 |
commit | 3ca29c98b24c09480a23f0d1477cfc3daac6f226 (patch) | |
tree | e00a3538d0adb2a9c91910094cea6f4cc294dede /net-dialup/pptpd | |
parent | xl requires lzo now; otherwise it won't run. (diff) | |
download | gentoo-2-3ca29c98b24c09480a23f0d1477cfc3daac6f226.tar.gz gentoo-2-3ca29c98b24c09480a23f0d1477cfc3daac6f226.tar.bz2 gentoo-2-3ca29c98b24c09480a23f0d1477cfc3daac6f226.zip |
Call default src_install to install DOCS properly
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-dialup/pptpd')
-rw-r--r-- | net-dialup/pptpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/pptpd/pptpd-1.3.4-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/pptpd/ChangeLog b/net-dialup/pptpd/ChangeLog index 754faebf331c..4c03fd51a0f3 100644 --- a/net-dialup/pptpd/ChangeLog +++ b/net-dialup/pptpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/pptpd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/ChangeLog,v 1.49 2013/05/15 10:55:26 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/ChangeLog,v 1.50 2013/05/15 20:55:36 pinkbyte Exp $ + + 15 May 2013; Sergey Popov <pinkbyte@gentoo.org> pptpd-1.3.4-r3.ebuild: + Call default src_install to install DOCS properly *pptpd-1.3.4-r3 (15 May 2013) diff --git a/net-dialup/pptpd/pptpd-1.3.4-r3.ebuild b/net-dialup/pptpd/pptpd-1.3.4-r3.ebuild index 442a38280207..b3f5f5a5ebb7 100644 --- a/net-dialup/pptpd/pptpd-1.3.4-r3.ebuild +++ b/net-dialup/pptpd/pptpd-1.3.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.3.4-r3.ebuild,v 1.1 2013/05/15 10:55:26 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.3.4-r3.ebuild,v 1.2 2013/05/15 20:55:36 pinkbyte Exp $ EAPI="5" @@ -62,7 +62,7 @@ src_compile() { } src_install () { - emake DESTDIR="${D}" install + default insinto /etc doins samples/pptpd.conf |