diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-18 18:50:10 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-18 18:50:10 +0200 |
commit | 6372fd0e618016dfa45dab1d95e0ab70eaa9a747 (patch) | |
tree | 58287b323de787282eb32dcd0321e290aab3add9 | |
parent | 8e9e332f3809c34d705d0b0754da2fb48566c32f (diff) |
Makefile: Improve deb src build
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |