[zarafa/el4] Remove the correct part of the multi-upload

Robert Scheck robert at fedoraproject.org
Sat Dec 17 16:06:09 UTC 2011


commit 6075ec2940dbdab3bb06fca6aa030eb49325ebe4
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sat Dec 17 17:05:58 2011 +0100

    Remove the correct part of the multi-upload

 zarafa.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/zarafa.spec b/zarafa.spec
index d831444..a71b2ad 100644
--- a/zarafa.spec
+++ b/zarafa.spec
@@ -521,7 +521,7 @@ mv -f $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/webaccess/config.php{.new,}
 
 # Remove flash-based multi-attachment upload (missing source)
 %if %{no_multiupload}
-sed '119,126d' $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/webaccess/config.php > \
+sed '122,129d' $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/webaccess/config.php > \
     $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/webaccess/config.php.new
 touch -c -r $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/webaccess/config.php{,.new}
 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/webaccess/config.php{.new,}


More information about the scm-commits mailing list