diff options
author | Reinhard Tartler <siretart@tauware.de> | 2010-02-28 23:25:25 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2010-02-28 23:25:25 +0100 |
commit | f36951777b61700d4fad375938111152770dd8f5 (patch) | |
tree | 03270c09b02a301038b1cbcbbd0d9b9eae9100ca | |
parent | 502e79f85f60d2845544e353e5f158038aa6481a (diff) | |
download | lcd4linux-f36951777b61700d4fad375938111152770dd8f5.tar.gz |
fix typo, don't disable python support
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index c16323c..8468f44 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ config.status: configure --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ --bindir=/usr/sbin \ - --without-mpd + --without-mpd \ --with-python # call this target to update config.sub and config.guess |