diff options
author | Pawel "l0ner" Soltys <[email protected]> | 2012-02-07 22:49:22 +0100 |
---|---|---|
committer | Pawel "l0ner" Soltys <[email protected]> | 2012-02-07 22:49:22 +0100 |
commit | 2ffa1ca6d27d953301f6dce102c8a2f13f6173a8 (patch) | |
tree | 2ad7131f0fe226ec7f42d00a7a1181a4afbd5e6a /ubuntu/lucid_automake/kdeadmin | |
parent | 432a0eb411de4efe2d6b3b4cb7a8fab3108a10ef (diff) | |
parent | db492eb63c802187323c1febcec142daf2f4d74c (diff) | |
download | tde-packaging-2ffa1ca6d27d953301f6dce102c8a2f13f6173a8.tar.gz tde-packaging-2ffa1ca6d27d953301f6dce102c8a2f13f6173a8.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/lucid_automake/kdeadmin')
-rw-r--r-- | ubuntu/lucid_automake/kdeadmin/debian/patches/common/kubuntu_01_kdepot.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/lucid_automake/kdeadmin/debian/patches/common/kubuntu_01_kdepot.diff b/ubuntu/lucid_automake/kdeadmin/debian/patches/common/kubuntu_01_kdepot.diff index e705cf83b..b26f84af1 100644 --- a/ubuntu/lucid_automake/kdeadmin/debian/patches/common/kubuntu_01_kdepot.diff +++ b/ubuntu/lucid_automake/kdeadmin/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=. \ |