diff options
Diffstat (limited to 'ubuntu/maverick_automake/kdeutils/debian')
-rw-r--r-- | ubuntu/maverick_automake/kdeutils/debian/patches/common/kubuntu_01_kdepot.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick_automake/kdeutils/debian/patches/common/kubuntu_01_kdepot.diff b/ubuntu/maverick_automake/kdeutils/debian/patches/common/kubuntu_01_kdepot.diff index e705cf83b..b26f84af1 100644 --- a/ubuntu/maverick_automake/kdeutils/debian/patches/common/kubuntu_01_kdepot.diff +++ b/ubuntu/maverick_automake/kdeutils/debian/patches/common/kubuntu_01_kdepot.diff @@ -15,11 +15,11 @@ - kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot - if ! test -f $kdepotpath; then -- kdepotpath=`kde-config --expandvars --prefix`/include/tde.pot +- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot - fi +# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot +# if ! test -f $kdepotpath; then -+# kdepotpath=`kde-config --expandvars --prefix`/include/tde.pot ++# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot +# fi $MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \ |