SPECS: dhcp-helper.spec - cosmetics, killed invalid _sysconfdir usage

qboosh qboosh at pld-linux.org
Tue Dec 25 13:29:40 CET 2007


Author: qboosh                       Date: Tue Dec 25 12:29:40 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cosmetics, killed invalid _sysconfdir usage

---- Files affected:
SPECS:
   dhcp-helper.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/dhcp-helper.spec
diff -u SPECS/dhcp-helper.spec:1.5 SPECS/dhcp-helper.spec:1.6
--- SPECS/dhcp-helper.spec:1.5	Mon Feb 12 22:23:52 2007
+++ SPECS/dhcp-helper.spec	Tue Dec 25 13:29:35 2007
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
-Summary:	simple, straightforward DHCP relay agent
-Summary(pl.UTF-8):	prosty, nieskomplikowany DHCP relay
+Summary:	Simple, straightforward DHCP relay agent
+Summary(pl.UTF-8):	Prosty, nieskomplikowany DHCP relay
 Name:		dhcp-helper
 Version:	0.7
 Release:	1
@@ -33,15 +33,15 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/{rc.d/init.d,sysconfig}
+install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	BINDIR="%{_sbindir}" \
 	MANDIR="%{_mandir}"
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/%{name}
-install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name}
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -70,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007-12-25 12:29:35  qboosh
+- cosmetics, killed invalid _sysconfdir usage
+
 Revision 1.5  2007-02-12 21:23:52  glen
 - tabs in preamble
 
@@ -85,4 +88,3 @@
 
 Revision 1.1  2004/12/20 12:45:51  zagrodzki
 - initial release
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dhcp-helper.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list