summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick_automake/libraries/python-kde3/debian/rules
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2011-12-10 00:52:28 +0100
committerFrancois Andriot <francois.andriot@free.fr>2011-12-10 00:52:28 +0100
commit0b0d138bbc895c01e392bf3fd6c4e916a86935a5 (patch)
tree3bd01a9b7276d77c891e2f1d061c121599f00a7f /ubuntu/maverick_automake/libraries/python-kde3/debian/rules
parent4368359c6192aaff174d4ec6fde1a8ae0682defa (diff)
parent947e6baf2df5b3171900c9acd928f06e0da77ac9 (diff)
downloadtde-packaging-0b0d138bbc895c01e392bf3fd6c4e916a86935a5.tar.gz
tde-packaging-0b0d138bbc895c01e392bf3fd6c4e916a86935a5.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick_automake/libraries/python-kde3/debian/rules')
-rwxr-xr-xubuntu/maverick_automake/libraries/python-kde3/debian/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/maverick_automake/libraries/python-kde3/debian/rules b/ubuntu/maverick_automake/libraries/python-kde3/debian/rules
index bc3dd4991..553c08f56 100755
--- a/ubuntu/maverick_automake/libraries/python-kde3/debian/rules
+++ b/ubuntu/maverick_automake/libraries/python-kde3/debian/rules
@@ -93,12 +93,12 @@ install-indep:
for version in ${PYTHONS};\
do\
mkdir -p debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages;\
- cp debian/pykdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/;\
- cp build-$$version/pykdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pykdeconfig_nd.py;\
+ cp debian/pytdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/;\
+ cp build-$$version/pytdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pytdeconfig_nd.py;\
done
for version in ${DBG_PYTHONS};\
do\
- cp dbg-build-$$version/pykdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pykdeconfig_d.py;\
+ cp dbg-build-$$version/pytdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pytdeconfig_d.py;\
done
install-arch: