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/maverick/tdeaddons/debian/patches/common/kubuntu_01_kdepot.diff | |
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/maverick/tdeaddons/debian/patches/common/kubuntu_01_kdepot.diff')
-rw-r--r-- | ubuntu/maverick/tdeaddons/debian/patches/common/kubuntu_01_kdepot.diff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/maverick/tdeaddons/debian/patches/common/kubuntu_01_kdepot.diff b/ubuntu/maverick/tdeaddons/debian/patches/common/kubuntu_01_kdepot.diff index 0caf5361a..c02687784 100644 --- a/ubuntu/maverick/tdeaddons/debian/patches/common/kubuntu_01_kdepot.diff +++ b/ubuntu/maverick/tdeaddons/debian/patches/common/kubuntu_01_kdepot.diff @@ -4,7 +4,7 @@ if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi export EXTRACTRC PREPARETIPS -+kdepotpath=/opt/trinity/include/kde/kde.pot ++kdepotpath=/opt/trinity/include/tde/kde.pot + for subdir in $dirs; do test -z "$VERBOSE" || echo "Making messages in $subdir" @@ -15,11 +15,11 @@ - kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot - if ! test -f $kdepotpath; then -- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot +- kdepotpath=`kde-config --expandvars --prefix`/include/tde.pot - fi +# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot +# if ! test -f $kdepotpath; then -+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot ++# kdepotpath=`kde-config --expandvars --prefix`/include/tde.pot +# fi $MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \ |