OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Jun-2005 22:30:41
Branch: HEAD Handle: 2005061621304100
Modified files:
openpkg-src/nmap nmap.spec
Log:
updated shtool is picky about option/argument order
Summary:
Revision Changes Path
1.70 +4 -1 openpkg-src/nmap/nmap.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/nmap/nmap.spec
============================================================================
$ cvs diff -u -r1.69 -r1.70 nmap.spec
--- openpkg-src/nmap/nmap.spec 15 Jun 2005 14:01:24 -0000 1.69
+++ openpkg-src/nmap/nmap.spec 16 Jun 2005 20:30:41 -0000 1.70
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 3.81
-Release: 20050615
+Release: 20050616
# list of sources
Source0: http://www.insecure.org/nmap/dist/nmap-%{version}.tgz
@@ -78,6 +78,9 @@
aclocal.m4 \
configure
cp %{l_shtool} .
+ %{l_shtool} subst \
+ -e 's; -c -m 755 nmap -s ; -c -m 755 -s nmap ;' \
+ Makefile.in
%build
cppflags="%{l_cppflags}"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]