OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 11-Oct-2006 08:41:49 Branch: HEAD Handle: 2006101107414900 Modified files: openpkg-src/mutt mutt.spec Log: fix build on Solaris; had to add %{l_nil} macro to make 'opd lint' happy Summary: Revision Changes Path 1.81 +2 -1 openpkg-src/mutt/mutt.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/mutt/mutt.spec ============================================================================ $ cvs diff -u -r1.80 -r1.81 mutt.spec --- openpkg-src/mutt/mutt.spec 31 Aug 2006 16:33:19 -0000 1.80 +++ openpkg-src/mutt/mutt.spec 11 Oct 2006 06:41:49 -0000 1.81 @@ -38,7 +38,7 @@ Group: Mail License: BSD Version: %{V_mutt} -Release: 20060831 +Release: 20061011 # build options %option with_comp no @@ -171,6 +171,7 @@ CPPFLAGS="%{l_cppflags libidn .}" \ %endif LDFLAGS="-Limap %{l_ldflags}" \ + INSTALL="%{l_shtool} install%{l_nil} -c" \ ./configure \ --prefix=%{l_prefix} \ --sysconfdir=%{l_prefix}/etc/mutt \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org