SPECS: tora.spec - create all dirs in install

baggins baggins at pld-linux.org
Wed Apr 26 00:49:29 CEST 2006


Author: baggins                      Date: Tue Apr 25 22:49:29 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- create all dirs in install

---- Files affected:
SPECS:
   tora.spec (1.25 -> 1.26) 

---- Diffs:

================================================================
Index: SPECS/tora.spec
diff -u SPECS/tora.spec:1.25 SPECS/tora.spec:1.26
--- SPECS/tora.spec:1.25	Wed Apr 26 00:47:44 2006
+++ SPECS/tora.spec	Wed Apr 26 00:49:24 2006
@@ -47,7 +47,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_datadir}/%{name}/help}
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} \
+	$RPM_BUILD_ROOT%{_datadir}/%{name}/help/{images,api}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -81,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2006/04/25 22:49:24  baggins
+- create all dirs in install
+
 Revision 1.25  2006/04/25 22:47:44  baggins
 - remove non-needed BRs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/tora.spec?r1=1.25&r2=1.26&f=u



More information about the pld-cvs-commit mailing list