Projects
Kolab:16:TestingLinked
kolab-freebusy
debian.rules
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File debian.rules of Package kolab-freebusy (Revision 16)
Currently displaying revision
16
,
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: 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 # Install apache2 configuration if [ ! -f "/etc/plesk-release" ]; then \ 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
.