summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-19 15:59:07 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-19 15:59:07 +0200
commit40735bb1229ae0369e7d763964ffbe543334b7c9 (patch)
treebc85b49852549edcc3f45f976ce56f65f077a3e3 /Makefile
parentb8f80db4ec3a5e586903834f29ec50a265c0c1fa (diff)
Fix CGI i/o
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6c11f5..0d611e0 100644
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,7 @@ deb:
dpkg-buildpackage -us -uc -rfakeroot
deb-src:
- dpkg-source -b .
+ dpkg-source -b -I.git -Iresult .
$(DISTROS): deb-src
sudo pbuilder build --basetgz /var/cache/pbuilder/$@.tgz --buildresult result/$@ ../webserver_$(VERSION).dsc