SPECS: linux-live.spec - uselivemod needs root, move to sbindir

glen glen at pld-linux.org
Mon May 22 09:12:24 CEST 2006


Author: glen                         Date: Mon May 22 07:12:24 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- uselivemod needs root, move to sbindir

---- Files affected:
SPECS:
   linux-live.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/linux-live.spec
diff -u SPECS/linux-live.spec:1.2 SPECS/linux-live.spec:1.3
--- SPECS/linux-live.spec:1.2	Fri May 19 15:25:58 2006
+++ SPECS/linux-live.spec	Mon May 22 09:12:19 2006
@@ -2,7 +2,7 @@
 Summary:	Linux Live scripts
 Name:		linux-live
 Version:	5.4.4
-Release:	0.3
+Release:	0.4
 License:	GPL
 Group:		Applications
 Source0:	http://www.linux-live.org/dl/%{name}-%{version}.tar.gz
@@ -26,10 +26,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_libdir},%{_bindir}}
+install -d $RPM_BUILD_ROOT{%{_libdir},%{_bindir},%{_sbindir}}
 # don't remove -m644 here
 install -m644 tools/liblinuxlive $RPM_BUILD_ROOT%{_libdir}
-install tools/{deb2mo,dir2mo,img2mo,mo2dir,tgz2mo,uselivemod} $RPM_BUILD_ROOT%{_bindir}
+install tools/{deb2mo,dir2mo,img2mo,mo2dir,tgz2mo} $RPM_BUILD_ROOT%{_bindir}
+install tools/uselivemod $RPM_BUILD_ROOT%{_sbindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -42,7 +43,7 @@
 %attr(755,root,root) %{_bindir}/img2mo
 %attr(755,root,root) %{_bindir}/mo2dir
 %attr(755,root,root) %{_bindir}/tgz2mo
-%attr(755,root,root) %{_bindir}/uselivemod
+%attr(755,root,root) %{_sbindir}/uselivemod
 %{_libdir}/liblinuxlive
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -51,6 +52,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/05/22 07:12:19  glen
+- uselivemod needs root, move to sbindir
+
 Revision 1.2  2006/05/19 13:25:58  glen
 - avoid /bin/ash dep
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/linux-live.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list