diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-15 22:52:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-15 22:52:34 +0000 |
commit | d9873578d04f5056dd0652284c94baaded3e9502 (patch) | |
tree | 56a29cd80f668692665504acae48d24560a313ad /net-mail | |
parent | Glibc-2.2 able (diff) | |
download | historical-d9873578d04f5056dd0652284c94baaded3e9502.tar.gz historical-d9873578d04f5056dd0652284c94baaded3e9502.tar.bz2 historical-d9873578d04f5056dd0652284c94baaded3e9502.zip |
*** empty log message ***
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/exim/exim-3.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/exim/exim-3.16.ebuild b/net-mail/exim/exim-3.16.ebuild index a98825d4ff4c..557d1eac817c 100644 --- a/net-mail/exim/exim-3.16.ebuild +++ b/net-mail/exim/exim-3.16.ebuild @@ -16,7 +16,7 @@ DEPEND=">=sys-libs/glibc-2.1.3 src_compile() { cd ${S} mkdir Local - cp ${O}/files/Makefile Local + cp ${FILESDIR}/Makefile Local try make } @@ -55,7 +55,7 @@ src_install () { insopts -m 755 insinto /etc/rc.d/init.d - doins ${O}/files/exim + doins ${FILESDIR}/exim } pkg_config() { |