From c33b10a41fc76353295bee72a53a75e96441cc49 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Wed, 16 Dec 2020 09:56:04 +0300 Subject: [PATCH] Packages: eliminated debuild warning about debian/rules. --- pkg/deb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile index 42ee1695..ada5f35b 100644 --- a/pkg/deb/Makefile +++ b/pkg/deb/Makefile @@ -205,6 +205,7 @@ debuild/$(SRCDIR)/debian: cat debian/rules.in | sed \ -e "s#%%CONFIGURE_ARGS%%#$(CONFIGURE_ARGS)#g" \ > debuild/$(SRCDIR)/debian/rules ; \ + chmod +x debuild/$(SRCDIR)/debian/rules ; \ } debuild/$(SRCDIR)/debian/changelog: ../../docs/changes.xml | debuild/$(SRCDIR)/debian