Correct missing LINGUAS definition in Makefile for man directory.

Thu, 08 Jan 2009 23:33:58 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 08 Jan 2009 23:33:58 +0100
changeset 50
5b891b5b7234
parent 49
3ca9c03168f4
child 51
64165e101f08

Correct missing LINGUAS definition in Makefile for man directory.

dpkg/dpkg.spec file | annotate | diff | comparison | revisions
     1.1 --- a/dpkg/dpkg.spec	Thu Jan 08 23:26:54 2009 +0100
     1.2 +++ b/dpkg/dpkg.spec	Thu Jan 08 23:33:58 2009 +0100
     1.3 @@ -36,7 +36,7 @@
     1.4  Group:        Archiver
     1.5  License:      GPL
     1.6  Version:      %{V_tarball}
     1.7 -Release:      20081229
     1.8 +Release:      20090106
     1.9  
    1.10  #   list of sources
    1.11  Source0:      http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_%{version}.tar.gz
    1.12 @@ -87,11 +87,11 @@
    1.13          --with-zlib \
    1.14          --with-bz2 \
    1.15          --without-selinux
    1.16 -    %{l_make} %{l_mflags}
    1.17 +    %{l_make} %{l_mflags -O}
    1.18  
    1.19  %install
    1.20      rm -rf $RPM_BUILD_ROOT
    1.21 -    %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
    1.22 +    %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT LINGUAS=doit
    1.23      strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
    1.24      rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/locale
    1.25      for bin in 822-date cleanup-info install-info update-alternatives; do

mercurial