diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-09-08 23:16:41 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-09-08 23:17:27 +0200 |
commit | 0c7295fedadbbd820031a4e255912dd5efadcd96 (patch) | |
tree | e4ce1ff1b4aae1c7259e258026145c6d7ae67697 /debian/rules | |
parent | 675a2dd2d30df9a180e7648ac04d8f2081aef66a (diff) | |
download | librda-0c7295fedadbbd820031a4e255912dd5efadcd96.tar.gz librda-0c7295fedadbbd820031a4e255912dd5efadcd96.tar.bz2 librda-0c7295fedadbbd820031a4e255912dd5efadcd96.zip |
debian/rules: Typo fix.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 4842c17..d319fe1 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: - dh $@ --with-autoreconf + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure $(DHFLAGS) -- \ |