Author: glen Date: Tue Oct 3 09:42:40 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - include config
---- Files affected: SPECS: linux-live.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/linux-live.spec diff -u SPECS/linux-live.spec:1.8 SPECS/linux-live.spec:1.9 --- SPECS/linux-live.spec:1.8 Tue Oct 3 11:39:09 2006 +++ SPECS/linux-live.spec Tue Oct 3 11:42:35 2006 @@ -3,7 +3,7 @@ Summary(pl): Skrypty Linux Live Name: linux-live Version: 5.5.0 -Release: 1.3 +Release: 1.4 License: GPL Group: Applications/System Source0: http://www.linux-live.org/dl/%{name}-%{version}.tar.gz @@ -22,6 +22,7 @@ %define _libdir %{_prefix}/lib %define _libexecdir %{_libdir}/%{name} +%define _sysconfdir /etc/%{name} %description Linux Live is a set of shell scripts which allows you to create own @@ -64,6 +65,8 @@ cp -a tools/uselivemod $RPM_BUILD_ROOT%{_sbindir} # tools for building livecd +install -d $RPM_BUILD_ROOT%{_sysconfdir} +cp -a config $RPM_BUILD_ROOT%{_sysconfdir} install -d $RPM_BUILD_ROOT%{_libexecdir} cp -a cd-root $RPM_BUILD_ROOT%{_libexecdir} cp -a runme.sh $RPM_BUILD_ROOT%{_libexecdir} @@ -102,6 +105,8 @@ %files build %defattr(644,root,root,755) %doc DOC/changelog.txt DOC/requirements.txt +%dir %{_sysconfdir} +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/config %dir %{_libexecdir} %attr(755,root,root) %{_libexecdir}/runme.sh %attr(755,root,root) %{_libexecdir}/cleanup @@ -116,6 +121,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2006/10/03 09:42:35 glen +- include config + Revision 1.8 2006/10/03 09:39:09 glen - created -build subpackage ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/linux-live.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
