Projects
Kolab:16:TestingLinked
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 28
View file
roundcubemail.spec
Changed
@@ -1050,6 +1050,8 @@ pushd %{name}-%{version} +rm -rf temp/js_cache/ + find . -type d -name "classic" | while read dir; do rm -rvf ${dir} done @@ -1070,9 +1072,6 @@ rm -rvf ${dir} done -# Remove file URI modifier -sed -r -i -e 's/^(\s+)protected function file_mod(.*)$/\1protected function file_mod\2 { return $file; }\n\1protected function dummy\2/g' program/include/rcmail_output_html.php - # Remove any reference to sqlite in config file so people don't # mistakely assume it works %{__sed} -i '/sqlite/d' config/defaults.inc.php
View file
debian.rules
Changed
@@ -19,7 +19,7 @@ sed -i -e "s|.baseDir . '/../../../share|'/usr/share|" $(CURDIR)/vendor/composer/autoload_classmap.php sed -i -e "s|__DIR__ . '/../..' . '/../../../share|'/usr/share|" $(CURDIR)/vendor/composer/autoload_static.php || true - rm -rvf tests/ + rm -rvf temp/js_cache/ tests/ # Compress the CSS for file in `find $(CURDIR) -type f -name "*.css"`; do \
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.