OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   10-Oct-2002 15:07:06
  Branch: HEAD                             Handle: 2002101014070500

  Modified files:
    openpkg-src/make        make.spec

  Log:
    backout part of my cleanup to make sure it works really with every make

  Summary:
    Revision    Changes     Path
    1.20        +6  -1      openpkg-src/make/make.spec
  ____________________________________________________________________________

  Index: openpkg-src/make/make.spec
  ============================================================
  $ cvs diff -u -r1.19 -r1.20 make.spec
  --- openpkg-src/make/make.spec        10 Oct 2002 13:05:20 -0000      1.19
  +++ openpkg-src/make/make.spec        10 Oct 2002 13:07:05 -0000      1.20
  @@ -65,7 +65,12 @@
   
   %install
       rm -rf $RPM_BUILD_ROOT
  -    %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
  +    %{l_shtool} subst -v \
  +        -e "s;^\\(prefix *= *\\).*;\\1 $RPM_BUILD_ROOT%{l_prefix};" \
  +        Makefile */Makefile
  +    %{l_make} %{l_mflags} install \
  +        prefix=$RPM_BUILD_ROOT%{l_prefix} \
  +        exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
       rm -f  $RPM_BUILD_ROOT%{l_prefix}/info/dir
       rm -rf $RPM_BUILD_ROOT%{l_prefix}/share
       strip  $RPM_BUILD_ROOT%{l_prefix}/bin/* 2>/dev/null || true
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to