summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-18 18:50:10 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-18 18:50:10 +0200
commit6372fd0e618016dfa45dab1d95e0ab70eaa9a747 (patch)
tree58287b323de787282eb32dcd0321e290aab3add9 /Makefile
parent8e9e332f3809c34d705d0b0754da2fb48566c32f (diff)
Makefile: Improve deb src build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f6a0ced..3f65d11 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@ deb:
deb-src:
dh_clean
dh_auto_clean
- dpkg-source -b -I.git -Iresult .
+ dpkg-source -b -I.git -Iresult -Ifastcgi -Icgi-bin .
$(DISTROS): deb-src
sudo pbuilder build --basetgz /var/cache/pbuilder/$@.tgz --buildresult result/$@ ../webserver_$(VERSION).dsc