diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 02:00:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 02:00:00 -0600 |
commit | ce12f9fa05fe43b5878f3189e747e31bbb60c7f7 (patch) | |
tree | d413f990a9bf730db9626ccd8d1543e9ceca2b92 /ubuntu/lucid_automake/kdelibs/debian/rules | |
parent | 906a58edb15cf66653ed0974d1507b5ff6acd65d (diff) | |
download | tde-packaging-ce12f9fa05fe43b5878f3189e747e31bbb60c7f7.tar.gz tde-packaging-ce12f9fa05fe43b5878f3189e747e31bbb60c7f7.zip |
Update Debian and Ubuntu packaging with the latest renaming in GIT
Diffstat (limited to 'ubuntu/lucid_automake/kdelibs/debian/rules')
-rwxr-xr-x | ubuntu/lucid_automake/kdelibs/debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/lucid_automake/kdelibs/debian/rules b/ubuntu/lucid_automake/kdelibs/debian/rules index 0d3d39814..581ac73dd 100755 --- a/ubuntu/lucid_automake/kdelibs/debian/rules +++ b/ubuntu/lucid_automake/kdelibs/debian/rules @@ -96,6 +96,6 @@ common-install-prehook-impl:: fi binary-install/kdelibs4c2a-kde3:: - mv debian/tmp/opt/kde3/bin/kcmshell debian/tmp/opt/kde3/bin/kcmshell.real - install -p -D -m755 debian/tmp/opt/kde3/bin/kcmshell.real debian/kdelibs4c2a-kde3/opt/kde3/bin/kcmshell.real - install -p -D -m755 debian/kcmshell debian/kdelibs4c2a-kde3/opt/kde3/bin/kcmshell + mv debian/tmp/opt/kde3/bin/tdecmshell debian/tmp/opt/kde3/bin/tdecmshell.real + install -p -D -m755 debian/tmp/opt/kde3/bin/tdecmshell.real debian/kdelibs4c2a-kde3/opt/kde3/bin/tdecmshell.real + install -p -D -m755 debian/tdecmshell debian/kdelibs4c2a-kde3/opt/kde3/bin/tdecmshell |