diff options
Diffstat (limited to 'ubuntu/maverick_automake/kdelibs/debian/rules')
-rwxr-xr-x | ubuntu/maverick_automake/kdelibs/debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/maverick_automake/kdelibs/debian/rules b/ubuntu/maverick_automake/kdelibs/debian/rules index 0d3d39814..581ac73dd 100755 --- a/ubuntu/maverick_automake/kdelibs/debian/rules +++ b/ubuntu/maverick_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 |