OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 15-Jun-2005 19:32:58
Branch: HEAD Handle: 2005061518325800
Modified files:
openpkg-src/newt newt.spec
Log:
don't hard-code versions
Summary:
Revision Changes Path
1.18 +1 -1 openpkg-src/newt/newt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/newt/newt.spec
============================================================================
$ cvs diff -u -r1.17 -r1.18 newt.spec
--- openpkg-src/newt/newt.spec 15 Jun 2005 14:01:22 -0000 1.17
+++ openpkg-src/newt/newt.spec 15 Jun 2005 17:32:58 -0000 1.18
@@ -73,7 +73,7 @@
%{l_gzip} -d -c newt-%{V_major}.tar.gz | %{l_tar} xf -
%patch -p0 -d newt-%{V_major}
chmod u+r newt-%{V_major}/*.orig
- cp %{l_shtool} ./newt-0.51.6/shtool
+ cp %{l_shtool} ./newt-%{V_major}/shtool
%build
# determine available terminal library
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]