From e27585db72eab8ef76cf49eb9d290bec43e7976e Mon Sep 17 00:00:00 2001 From: Victor Wagner Date: Wed, 2 Aug 2017 11:57:53 +0300 Subject: [PATCH] Fix error in Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a22f1b3..653a89d 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,7 @@ engine/README.md: # $(PKGNAME)_$(VERSION)-1_$(ARCH).deb: $(PKGNAME)-$(VERSION)/debian/changelog - cd $(PKGNAME)-$(VERSION) - debuild + cd $(PKGNAME)-$(VERSION); debuild # # This rule creates unpacked Debian source by copiing debian # subdirectory from this git module into unpacked distribution-agnostic -- 2.39.2