]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- add misc directory symlink in drupal dir for theme image functions to work
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 9 Dec 2005 18:17:15 +0000 (18:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal.spec -> 1.43

drupal.spec

index 3e3a3760db00c749b8b2fdf73777cf35d0f3fc9b..bba67d69d6f7427fe1d103cc25ee7e7155d5dfe3 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Open source content management platform
 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
@@ -184,6 +184,8 @@ cp -a includes scripts $RPM_BUILD_ROOT%{_appdir}
 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
This page took 0.047559 seconds and 4 git commands to generate.