SPECS: jira-enterprise.spec - copy files from directory, not the directory ...

pawelz pawelz at pld-linux.org
Mon Apr 13 00:58:13 CEST 2009


Author: pawelz                       Date: Sun Apr 12 22:58:12 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- copy files from directory, not the directory itself

---- Files affected:
SPECS:
   jira-enterprise.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/jira-enterprise.spec
diff -u SPECS/jira-enterprise.spec:1.6 SPECS/jira-enterprise.spec:1.7
--- SPECS/jira-enterprise.spec:1.6	Mon Apr 13 00:54:18 2009
+++ SPECS/jira-enterprise.spec	Mon Apr 13 00:58:07 2009
@@ -46,7 +46,7 @@
 
 # libraries missing in tomcat 5.5
 install -d $RPM_BUILD_ROOT%{_datadir}/tomcat/common/lib
-cp -a jira-jars-tomcat5 $RPM_BUILD_ROOT%{_datadir}/tomcat/common/lib
+cp -a jira-jars-tomcat5/* $RPM_BUILD_ROOT%{_datadir}/tomcat/common/lib
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -68,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2009/04/12 22:58:07  pawelz
+- copy files from directory, not the directory itself
+
 Revision 1.6  2009/04/12 22:54:18  pawelz
 - typo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/jira-enterprise.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list