diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 16:29:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 16:29:39 -0600 |
commit | de77ae6a46f8c680b280c3d2a65c40a8da4622cf (patch) | |
tree | d5128aa87a098a9cdbef119a9a772a9b88ed3382 /ubuntu/maverick_automake/libraries/python-kde3/debian/rules | |
parent | 32e556c5c8f839339dd8a93d33e4f7a7ce20c1af (diff) | |
download | tde-packaging-de77ae6a46f8c680b280c3d2a65c40a8da4622cf.tar.gz tde-packaging-de77ae6a46f8c680b280c3d2a65c40a8da4622cf.zip |
Rename pykde to pytde in Ubuntu and Debian
Diffstat (limited to 'ubuntu/maverick_automake/libraries/python-kde3/debian/rules')
-rwxr-xr-x | ubuntu/maverick_automake/libraries/python-kde3/debian/rules | 6 |
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: |