diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-07 13:25:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-07 13:25:53 -0600 |
commit | 784405e8180ea3d82b9c983dc6980b395a10099b (patch) | |
tree | e2814c3397205246d9a29033088623f53565bef3 /ubuntu/lucid_automake/kde-i18n/debian | |
parent | f85e858c12e3b3b90e10a6f990c8688c1cb810ed (diff) | |
download | tde-packaging-784405e8180ea3d82b9c983dc6980b395a10099b.tar.gz tde-packaging-784405e8180ea3d82b9c983dc6980b395a10099b.zip |
Update Debian and Ubuntu packaging files for new TDE include directory name
Diffstat (limited to 'ubuntu/lucid_automake/kde-i18n/debian')
-rw-r--r-- | ubuntu/lucid_automake/kde-i18n/debian/debiandirs | 2 | ||||
-rwxr-xr-x | ubuntu/lucid_automake/kde-i18n/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/lucid_automake/kde-i18n/debian/debiandirs b/ubuntu/lucid_automake/kde-i18n/debian/debiandirs index 70e9003f9..fa8e96587 100644 --- a/ubuntu/lucid_automake/kde-i18n/debian/debiandirs +++ b/ubuntu/lucid_automake/kde-i18n/debian/debiandirs @@ -1,6 +1,6 @@ export kde_prefix=/opt/kde3 export sysconfdir=/etc -export kde_includedir=/opt/kde3/include/kde +export kde_includedir=/opt/kde3/include/tde export infodir=/opt/kde3/share/info export mandir=/opt/kde3/share/man export qtdir=/opt/kde3/share/qt3 diff --git a/ubuntu/lucid_automake/kde-i18n/debian/rules b/ubuntu/lucid_automake/kde-i18n/debian/rules index d1e9242e9..81e475b41 100755 --- a/ubuntu/lucid_automake/kde-i18n/debian/rules +++ b/ubuntu/lucid_automake/kde-i18n/debian/rules @@ -24,7 +24,7 @@ I18N_INSTALL := $(patsubst $(I18N_DIR_PAT),install__%,$(I18N_DIRS)) -include debian/debiandirs -DEB_CONFIGURE_INCLUDEDIR := /opt/kde3/include/kde +DEB_CONFIGURE_INCLUDEDIR := /opt/kde3/include/tde DEB_CONFIGURE_MANDIR := /opt/kde3/share/man DEB_CONFIGURE_PREFIX := /opt/kde3 DEB_CONFIGURE_INFODIR := /opt/kde3/share/info |