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: 22-Oct-2006 13:44:57
Branch: HEAD Handle: 2006102212445600
Modified files:
openpkg-src/smokeping smokeping.spec
Log:
cgi/ has no subdirs by definition
Summary:
Revision Changes Path
1.25 +3 -3 openpkg-src/smokeping/smokeping.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/smokeping/smokeping.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 smokeping.spec
--- openpkg-src/smokeping/smokeping.spec 13 Oct 2006 17:34:16 -0000
1.24
+++ openpkg-src/smokeping/smokeping.spec 22 Oct 2006 11:44:56 -0000
1.25
@@ -33,7 +33,7 @@
Group: Mapping
License: GPL
Version: 2.0.9
-Release: 20061013
+Release: 20061022
# list of sources
Source0:
http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/smokeping-%{version}.tar.gz
@@ -84,7 +84,7 @@
# create directories
%{l_shtool} mkdir -f -p -m 755 \
- $RPM_BUILD_ROOT%{l_prefix}/cgi/smokeping \
+ $RPM_BUILD_ROOT%{l_prefix}/cgi \
$RPM_BUILD_ROOT%{l_prefix}/etc/smokeping \
$RPM_BUILD_ROOT%{l_prefix}/lib/smokeping \
$RPM_BUILD_ROOT%{l_prefix}/sbin \
@@ -98,7 +98,7 @@
$RPM_BUILD_ROOT%{l_prefix}/sbin/smokeping
%{l_shtool} install -c -m 755 %{l_value -s -a} \
htdocs/smokeping.cgi.dist \
- $RPM_BUILD_ROOT%{l_prefix}/cgi/smokeping/smokeping.cgi
+ $RPM_BUILD_ROOT%{l_prefix}/cgi/smokeping
( cd lib
umask 022
%{l_tar} cf - . | %{l_tar} xf - -C
$RPM_BUILD_ROOT%{l_prefix}/lib/smokeping/
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]