SPECS: linux-live.spec - avoid /bin/ash dep

glen glen at pld-linux.org
Fri May 19 15:26:03 CEST 2006


Author: glen                         Date: Fri May 19 13:26:03 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- avoid /bin/ash dep

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

---- Diffs:

================================================================
Index: SPECS/linux-live.spec
diff -u SPECS/linux-live.spec:1.1 SPECS/linux-live.spec:1.2
--- SPECS/linux-live.spec:1.1	Fri May 19 15:22:27 2006
+++ SPECS/linux-live.spec	Fri May 19 15:25:58 2006
@@ -2,7 +2,7 @@
 Summary:	Linux Live scripts
 Name:		linux-live
 Version:	5.4.4
-Release:	0.2
+Release:	0.3
 License:	GPL
 Group:		Applications
 Source0:	http://www.linux-live.org/dl/%{name}-%{version}.tar.gz
@@ -27,7 +27,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_libdir},%{_bindir}}
-install tools/liblinuxlive $RPM_BUILD_ROOT%{_libdir}
+# 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}
 
 %clean
@@ -50,6 +51,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/05/19 13:25:58  glen
+- avoid /bin/ash dep
+
 Revision 1.1  2006/05/19 13:22:27  glen
 - new, package just tools now
-
================================================================

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



More information about the pld-cvs-commit mailing list