diff options
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 7f73830..fa1f9e0 100755 --- a/debian/rules +++ b/debian/rules | |||
| @@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all | |||
| 10 | %: | 10 | %: |
| 11 | dh $@ --sourcedirectory src --with php | 11 | dh $@ --sourcedirectory src --with php |
| 12 | 12 | ||
| 13 | override_dh_auto_clean: | 13 | execute_after_dh_auto_clean: |
| 14 | cd ./src; phpize --clean | 14 | cd ./src; phpize --clean |
| 15 | 15 | ||
| 16 | override_dh_auto_configure: | 16 | override_dh_auto_configure: |
