diff options
author | Andrei Belov <defan@nginx.com> | 2020-12-16 09:56:04 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2020-12-16 09:56:04 +0300 |
commit | c33b10a41fc76353295bee72a53a75e96441cc49 (patch) | |
tree | 7c0d316fddf2de311d9dc6bda2d201a02bd6da4c /pkg | |
parent | 0c1abda39110fb0dccf8853996897fe24454930d (diff) | |
download | unit-c33b10a41fc76353295bee72a53a75e96441cc49.tar.gz unit-c33b10a41fc76353295bee72a53a75e96441cc49.tar.bz2 |
Packages: eliminated debuild warning about debian/rules.
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/deb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |