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: 26-Jul-2005 08:32:46
Branch: HEAD Handle: 2005072607324600
Modified files:
openpkg-src/dhcpd dhcpd.spec
Log:
strip also sbin/ binaries
Summary:
Revision Changes Path
1.79 +3 -2 openpkg-src/dhcpd/dhcpd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dhcpd/dhcpd.spec
============================================================================
$ cvs diff -u -r1.78 -r1.79 dhcpd.spec
--- openpkg-src/dhcpd/dhcpd.spec 23 Jul 2005 07:26:01 -0000 1.78
+++ openpkg-src/dhcpd/dhcpd.spec 26 Jul 2005 06:32:46 -0000 1.79
@@ -33,7 +33,7 @@
Group: DNS
License: ISC/BSD
Version: 3.0.3
-Release: 20050723
+Release: 20050726
# package options
%option with_fsl yes
@@ -131,7 +131,8 @@
chmod a-x $RPM_BUILD_ROOT%{l_prefix}/man/man*/*
rm -f $RPM_BUILD_ROOT%{l_prefix}/sbin/dhclient-script
rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man8/dhclient-script.8
- strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2>/dev/null || true
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2>/dev/null || true
+ strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* 2>/dev/null || true
# install run-command script
%{l_shtool} mkdir -f -p -m 755 \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]