]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- include dir for .po files
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 5 Jul 2005 17:14:56 +0000 (17:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal.spec -> 1.13

drupal.spec

index 498f7056543423ce248ccd7ad9bf7ca74f230760..a527ad1fb9f35e9ebd44190500a01e71380a3b9c 100644 (file)
@@ -2,7 +2,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.2
-Release:       0.7
+Release:       0.9
 Epoch:         0
 License:       GPL
 Group:         Applications/WWW
@@ -152,7 +152,7 @@ find -name '*~' | xargs -r rm -v
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_appdir}/htdocs/files,%{_sysconfdir},/etc/cron.d}
+install -d $RPM_BUILD_ROOT{%{_appdir}/{po,htdocs/files},%{_sysconfdir},/etc/cron.d}
 
 cp -a *.ico index.php $RPM_BUILD_ROOT%{_appdir}/htdocs
 cp -a misc $RPM_BUILD_ROOT%{_appdir}/htdocs
@@ -216,6 +216,7 @@ fi
 %{_appdir}/modules
 %{_appdir}/scripts
 %{_appdir}/themes
+%{_appdir}/po
 
 %dir %{_appdir}/htdocs
 %{_appdir}/htdocs/*.*
This page took 0.082621 seconds and 4 git commands to generate.