diff --git a/debian/rules b/debian/rules index 8a2377a..5dba6cf 100755 --- a/debian/rules +++ b/debian/rules @@ -7,3 +7,7 @@ export DH_RUBY = --gem-install %: dh $@ --buildsystem=ruby --with ruby + +override_dh_auto_install: + dh_auto_install + find $(CURDIR) -iname "*.erb" -and -executable -exec chmod -x {} +