diff options
Diffstat (limited to 'ubuntu/maverick/tdeadmin/debian/rules')
-rwxr-xr-x | ubuntu/maverick/tdeadmin/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdeadmin/debian/rules b/ubuntu/maverick/tdeadmin/debian/rules index ffc84dbdb..5b23fd38d 100755 --- a/ubuntu/maverick/tdeadmin/debian/rules +++ b/ubuntu/maverick/tdeadmin/debian/rules @@ -18,5 +18,5 @@ DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ && echo xz || echo bzip2) DEB_CONFIGURE_EXTRA_FLAGS := \ - --without-rpm --with-pam=kde --with-shadow --with-nis \ + --without-rpm --with-pam=tde --with-shadow --with-nis \ --with-private-groups --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib |