diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2005-03-10 10:23:30 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2005-03-10 10:23:30 +0000 |
commit | 5efc95697e4fa46100427e5ecd8645c4d05f7314 (patch) | |
tree | cee9fcd8a3591819a1e96e4b29b49a088b04b738 /packages/xau/xau_cvs.bb | |
parent | 78d67044ebbb121e044a4f99fbde767b07deb021 (diff) |
autofoo no longer needed
don't install your man pages to /usr/share/man !
BKrev: 42302022C7TFAAyEOV3Daq_vopSRBQ
Diffstat (limited to 'packages/xau/xau_cvs.bb')
-rw-r--r-- | packages/xau/xau_cvs.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/xau/xau_cvs.bb b/packages/xau/xau_cvs.bb index 9e84f8de0c..ca44359076 100644 --- a/packages/xau/xau_cvs.bb +++ b/packages/xau/xau_cvs.bb @@ -7,8 +7,7 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "xproto" DESCRIPTION = "Authorization Protocol for X." -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xau \ - file://autofoo.patch;patch=1" +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xau" S = "${WORKDIR}/Xau" inherit autotools pkgconfig @@ -18,5 +17,6 @@ do_stage() { bindir=${STAGING_BINDIR} \ includedir=${STAGING_INCDIR} \ libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} + datadir=${STAGING_DATADIR} \ + mandir=${STAGING_DATADIR}/man } |