* Define MANCONF when configuring xman, to make it look for man pages in the
right path instead of in /usr/man (closes: 404757).
This commit is contained in:
parent
60200992fa
commit
b046b642b3
|
@ -3,8 +3,10 @@ xbase-clients (1:7.1.ds1-1) unstable; urgency=low
|
|||
* Add patch by Eugene Konev to fix xmore crash (closes: #365292).
|
||||
* Remove version string from subdirectory names, thus new tarball, and
|
||||
update patches to match.
|
||||
* Define MANCONF when configuring xman, to make it look for man pages in the
|
||||
right path instead of in /usr/man (closes: 404757).
|
||||
|
||||
-- Julien Cristau <julien.cristau@ens-lyon.org> Sun, 7 Jan 2007 15:01:47 +0100
|
||||
-- Julien Cristau <julien.cristau@ens-lyon.org> Sun, 7 Jan 2007 18:34:58 +0100
|
||||
|
||||
xbase-clients (1:7.1.ds-3) unstable; urgency=low
|
||||
|
||||
|
|
|
@ -48,7 +48,8 @@ build-stamp:
|
|||
../"$$FILE"/configure --prefix=/usr --mandir=\$${prefix}/share/man \
|
||||
--infodir=\$${prefix}/share/info $(confflags) \
|
||||
--disable-xprint \
|
||||
CFLAGS="$(CFLAGS)" && \
|
||||
CFLAGS="$(CFLAGS)" \
|
||||
MANCONF="/etc/manpath.config" && \
|
||||
$(MAKE)) || exit 1; \
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue