SPECS: scalix.spec - fixed %install

paszczus paszczus at pld-linux.org
Mon Mar 30 08:27:39 CEST 2009


Author: paszczus                     Date: Mon Mar 30 06:27:39 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed %install

---- Files affected:
SPECS:
   scalix.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/scalix.spec
diff -u SPECS/scalix.spec:1.17 SPECS/scalix.spec:1.18
--- SPECS/scalix.spec:1.17	Sun Mar 29 20:09:55 2009
+++ SPECS/scalix.spec	Mon Mar 30 08:27:34 2009
@@ -104,7 +104,8 @@
 install scalix-installer/dist/scalix-installer $RPM_BUILD_ROOT%{_sbindir}/scalix-installer
 
 # SIS
-install %SOURCE1 $RPM_BUILD_ROOT%{_sharedstatedir}/tomcat/conf/Catalina/localhost/scalix-sis.xml
+install -d $RPM_BUILD_ROOT%{_sharedstatedir}/tomcat/conf/Catalina/localhost
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sharedstatedir}/tomcat/conf/Catalina/localhost/scalix-sis.xml
 cp -a scalix-sis/build/war $RPM_BUILD_ROOT%{_datadir}/scalix/scalix-sis
 
 %clean
@@ -129,6 +130,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2009/03/30 06:27:34  paszczus
+- fixed %install
+
 Revision 1.17  2009/03/29 18:09:55  pawelz
 - tomcat related stuff:
 - install scalix-sis war
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/scalix.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list