SPECS: bootsplash.spec - correct (allow when %_sysconfdir != /etc)

glen glen at pld-linux.org
Sun May 7 03:54:18 CEST 2006


Author: glen                         Date: Sun May  7 01:54:18 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- correct (allow when %_sysconfdir != /etc)

---- Files affected:
SPECS:
   bootsplash.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/bootsplash.spec
diff -u SPECS/bootsplash.spec:1.27 SPECS/bootsplash.spec:1.28
--- SPECS/bootsplash.spec:1.27	Sat May  6 00:22:36 2006
+++ SPECS/bootsplash.spec	Sun May  7 03:54:13 2006
@@ -51,7 +51,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_sysconfdir}/{bootsplash/themes,rc.d/init.d,sysconfig}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_sysconfdir}/bootsplash/themes} \
+	 $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig}
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/splash
 install %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/bootanim
@@ -81,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2006/05/07 01:54:13  glen
+- correct (allow when %_sysconfdir != /etc)
+
 Revision 1.27  2006/05/05 22:22:36  shadzik
 - de; adapterized
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/bootsplash.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list