~ubuntu-branches/debian/wheezy/autofs/wheezy

« back to all changes in this revision

Viewing changes to README.gentoo

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-03-08 01:36:09 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080308013609-cvs4f2ecoyoism02
Tags: 4.1.4+debian-2.1
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Add -DLDAP_DEPRECATED to CFLAGS, to fix compatibility with OpenLDAP
  2.4 on 64-bit architectures.  Closes: #463419.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
indent $Id: README.gentoo,v 1.2 2005/04/06 15:24:37 raven Exp $
 
3
 
 
4
Howto do an ebuild from the distribution for Gentoo
 
5
===================================================
 
6
 
 
7
In the distribution directory:
 
8
 
 
9
cd gentoo
 
10
PORTDIR_OVERLAY=`pwd` ebuild net-fs/autofs/autofs-4.1.4.ebuild digest
 
11
PORTDIR_OVERLAY=`pwd` ebuild net-fs/autofs/autofs-4.1.4.ebuild clean install
 
12
PORTDIR_OVERLAY=`pwd` ebuild net-fs/autofs/autofs-4.1.4.ebuild qmerge
 
13
 
 
14
and you should have a working autofs.
 
15
 
 
16
Ian
 
17