fix whitespace stalling Debian build: debian.rules:45 missing separated

and git not even allows to commit that :(
This commit is contained in:
Ralf Becker 2017-11-13 18:58:20 +01:00
parent a89e28550a
commit 5f096e0989

View File

@ -39,7 +39,7 @@ install: build
# apply the patch
cat ./doc/rpm-build/asyncservice.patch | patch -p1
# customize Apache/Nginx config
# customize webserver config
mkdir -p $(CURDIR)/debian/egroupware-epl-core/etc/egroupware
cp $(CURDIR)/doc/rpm-build/apache.conf $(CURDIR)/debian/egroupware-epl-core/etc/egroupware/apache.conf
cp $(CURDIR)/doc/rpm-build/nginx.conf $(CURDIR)/debian/egroupware-epl-core/etc/egroupware/nginx.conf