diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-05-27 01:39:46 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-05-27 01:39:46 +0200 |
commit | c7bb5f0b917b82aed4203df3be0585be82077d9c (patch) | |
tree | 7fa282a673c1105611e13966e69baedba34af670 /ubuntu/maverick/tdeadmin/debian/rules | |
parent | b33e4034e7490e5895a5cb2cc54949354842f9d9 (diff) | |
download | tde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.tar.gz tde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.zip |
Branding cleanup on Debian and Ubuntu
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 |