Author: glen Date: Fri Dec 9 18:17:21 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - add misc directory symlink in drupal dir for theme image functions to work
---- Files affected: SPECS: drupal.spec (1.42 -> 1.43) ---- Diffs: ================================================================ Index: SPECS/drupal.spec diff -u SPECS/drupal.spec:1.42 SPECS/drupal.spec:1.43 --- SPECS/drupal.spec:1.42 Thu Dec 8 16:25:01 2005 +++ SPECS/drupal.spec Fri Dec 9 19:17:15 2005 @@ -5,7 +5,7 @@ Summary(pl): Platforma do zarządzania treścią o otwartych źródłach Name: drupal Version: 4.6.4 -Release: 0.11 +Release: 0.13 License: GPL Group: Applications/WWW Source0: http://drupal.org/files/projects/%{name}-%{version}.tar.gz @@ -185,6 +185,8 @@ cp -a sites $RPM_BUILD_ROOT%{_sysconfdir} ln -s /var/lib/%{name} $RPM_BUILD_ROOT%{_appdir}/files +# needed for node.module for syndication icon +ln -s htdocs/misc $RPM_BUILD_ROOT%{_appdir} # install themes cp -a themes $RPM_BUILD_ROOT%{_appdir}/htdocs @@ -351,6 +353,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.43 2005/12/09 18:17:15 glen +- add misc directory symlink in drupal dir for theme image functions to work + Revision 1.42 2005/12/08 15:25:01 glen - fix textarea ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/drupal.spec?r1=1.42&r2=1.43&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
