diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-10 16:06:45 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-10 16:06:45 -0500 |
commit | 7a77865322f3fc62d949d95564b6406094d33957 (patch) | |
tree | 3ff37f5a2f742eef3c4ef1d8f16d52807e07b67b /ubuntu/precise/applications/tdeio-locate/debian/rules | |
parent | 94b2aacd86911ee7cc48282774d45555d0a7c0c6 (diff) | |
download | tde-packaging-7a77865322f3fc62d949d95564b6406094d33957.tar.gz tde-packaging-7a77865322f3fc62d949d95564b6406094d33957.zip |
Rename remaining references to kio packages in Debian and Ubuntu packaging files
Diffstat (limited to 'ubuntu/precise/applications/tdeio-locate/debian/rules')
-rwxr-xr-x | ubuntu/precise/applications/tdeio-locate/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/precise/applications/tdeio-locate/debian/rules b/ubuntu/precise/applications/tdeio-locate/debian/rules index ecf59da08..55427aa5d 100755 --- a/ubuntu/precise/applications/tdeio-locate/debian/rules +++ b/ubuntu/precise/applications/tdeio-locate/debian/rules @@ -29,4 +29,4 @@ DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true -DEB_INSTALL_DOCS_kio-locate-trinity := -XREADME -XNEWS -XTODO -XAUTHORS +DEB_INSTALL_DOCS_tdeio-locate-trinity := -XREADME -XNEWS -XTODO -XAUTHORS |