OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Jan-2005 19:27:40
Branch: HEAD Handle: 2005012418273900
Modified files:
openpkg-src/pinfo pinfo.spec
Log:
slightly improve by using abstracted config(1) [install] script
Summary:
Revision Changes Path
1.42 +1 -4 openpkg-src/pinfo/pinfo.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pinfo/pinfo.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 pinfo.spec
--- openpkg-src/pinfo/pinfo.spec 24 Jan 2005 17:18:43 -0000 1.41
+++ openpkg-src/pinfo/pinfo.spec 24 Jan 2005 18:27:39 -0000 1.42
@@ -61,10 +61,7 @@
%prep
%setup -q
- %{l_shtool} subst \
- -e
's;^\(ac_config_sub=\)$ac_aux_dir/;\1%{l_prefix}/libexec/config/;' \
- -e
's;^\(ac_config_guess=\)$ac_aux_dir/;\1%{l_prefix}/libexec/config/;' \
- configure
+ %{l_prefix}/bin/config install
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]