Projects
Kolab:Winterfell
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 122
View file
debian.rules
Changed
@@ -30,7 +30,7 @@ lessc -x ./skins/elastic/styles/embed.less > ./skins/elastic/styles/embed.css # Compress the CSS - for file in `find $(CURDIR)/ ! -path $(CURDIR)/public_html/assets/ -type f -name "*.css"`; do \ + for file in `find $(CURDIR)/ ! -path $(CURDIR)/public_html/assets -type f -name "*.css"`; do \ asset_loc=$$(dirname $$(echo $${file} | sed \ -e "s|$(CURDIR)/plugins/|$(CURDIR)/public_html/assets/plugins/|g" \ -e "s|$(CURDIR)/program/|$(CURDIR)/public_html/assets/program/|g" \ @@ -43,7 +43,7 @@ done # Compress the JS, but not the already minified - for file in `find $(CURDIR)/ ! -path $(CURDIR)/public_html/assets/ -type f -name "*.js" ! -name "*.min.js"`; do \ + for file in `find $(CURDIR)/ ! -path $(CURDIR)/public_html/assets -type f -name "*.js" ! -name "*.min.js"`; do \ asset_loc=$$(dirname $$(echo $${file} | sed \ -e "s|$(CURDIR)/plugins/|$(CURDIR)/public_html/assets/plugins/|g" \ -e "s|$(CURDIR)/program/|$(CURDIR)/public_html/assets/program/|g" \ @@ -56,7 +56,7 @@ done # The already minied JS can just be copied over to the assets location - for file in `find $(CURDIR)/ ! -path $(CURDIR)/public_html/assets/ -type f -name "*.min.js"`; do \ + for file in `find $(CURDIR)/ ! -path $(CURDIR)/public_html/assets -type f -name "*.min.js"`; do \ asset_loc=$$(dirname $$(echo $${file} | sed \ -e "s|$(CURDIR)/plugins/|$(CURDIR)/public_html/assets/plugins/|g" \ -e "s|$(CURDIR)/program/|$(CURDIR)/public_html/assets/program/|g" \
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
.