diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 30ac7e39..fa1510af 100755 --- a/debian/rules +++ b/debian/rules @@ -174,5 +174,3 @@ override_dh_clean: debian/%.install: debian/%.install.in cat $^ | sed -e 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' > $@ - [ ! -x $< ] || chmod +x $@ - |