diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-21 20:13:04 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-21 20:13:04 -0800 |
commit | 1424aa04c9b258d9949799af69e8ab8836284d93 (patch) | |
tree | 030d14fbacb92395ba6d628a9bf2995a5e9d4167 /debian/rules | |
parent | 06b521a1fd52f7cad11d4a9ac29dc45f731c5a83 (diff) |
Fix typo in debian/rules
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 02c065e..e920649 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ dh $@ override_dh_auto_configure: - dh_auto_econfigure -- --enable-reduced-depends + dh_auto_configure -- --enable-reduced-depends # We rebuild the perl directory Makefile to encode the correct installation # paths, since otherwise it defaults to using the local site module path. |