Projects
Kolab:16:Enterprise
kolab-freebusy
debian.rules
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File debian.rules of Package kolab-freebusy (Revision 5)
Currently displaying revision
5
,
Show latest
#!/usr/bin/make -f export DH_VERBOSE=1 %: dh $@ override_dh_auto_configure: if [ -f "/etc/plesk-release" ]; then \ sed -i -e 's/www-data adm/roundcube_sysuser roundcube_sysgroup/g' debian/kolab-freebusy.logrotate ; \ fi override_dh_install: if [ -f composer.json-dist ]; then \ rm -rf composer.json ; \ mv composer.json-dist composer.json ; \ fi mkdir -p $$HOME/.composer/ echo '{}' > $$HOME/.composer/composer.json composer -vvv dumpautoload --optimize dh_install --list-missing -XLICENSE # install sample config install -m 644 $(CURDIR)/config/config.ini.sample $(CURDIR)/debian/kolab-freebusy/etc/kolab-freebusy/config.ini if [ ! -f "/etc/plesk-release" ]; then \ # Install apache2 configuration mkdir -p $(CURDIR)/debian/kolab-freebusy/etc/apache2/sites-available ; \ install -pm 644 $(CURDIR)/debian/apache2.conf $(CURDIR)/debian/kolab-freebusy/etc/apache2/sites-available/kolab-freebusy.conf ; \ fi override_dh_link: # These become links rm -rf $(CURDIR)/debian/kolab-freebusy/usr/share/kolab-freebusy/lib/Roundcube rm -rf $(CURDIR)/debian/kolab-freebusy/usr/share/kolab-freebusy/lib/plugins dh_link
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
.