Projects
Kolab:Winterfell
roundcubemail-plugins-kolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 87
View file
debian.rules
Changed
@@ -15,11 +15,16 @@ mkdir -p $(CURDIR)/skins cp -avf /usr/share/roundcubemail/skins/elastic/ $(CURDIR)/skins/. - # Compile and compress the CSS + # Compile the CSS for file in `find $(CURDIR) -type f -name "styles.less" -o -name "print.less" -o -name "embed.less" -o -name "libkolab.less"`; do \ lessc --relative-urls $${file} > $$(dirname $${file})/$$(basename $${file} .less).css ; \ + sed -i \ + -e "s|../../../skins/elastic/images/contactpic.png|../../../../skins/elastic/images/contactpic.png|" \ + -e "s|../../../skins/elastic/images/watermark.jpg|../../../../skins/elastic/images/watermark.jpg|" \ + $$(dirname $${file})/$$(basename $${file} .less).css ; \ done + # Compress the CSS for file in `find $(CURDIR) -type f -name "*.css"`; do \ asset_loc=$$(dirname $$(echo $${file} | sed \
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
.