diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 02:00:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 02:00:00 -0600 |
commit | ce12f9fa05fe43b5878f3189e747e31bbb60c7f7 (patch) | |
tree | d413f990a9bf730db9626ccd8d1543e9ceca2b92 /ubuntu/precise/tdelibs/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/precise/tdelibs/debian/rules')
-rwxr-xr-x | ubuntu/precise/tdelibs/debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/precise/tdelibs/debian/rules b/ubuntu/precise/tdelibs/debian/rules index 5f8394ae6..cacd6bbca 100755 --- a/ubuntu/precise/tdelibs/debian/rules +++ b/ubuntu/precise/tdelibs/debian/rules @@ -99,6 +99,6 @@ common-install-prehook-impl:: fi binary-install/tdelibs4c2a-trinity:: - mv debian/tmp/opt/trinity/bin/kcmshell debian/tmp/opt/trinity/bin/kcmshell.real - install -p -D -m755 debian/tmp/opt/trinity/bin/kcmshell.real debian/tdelibs4c2a-trinity/opt/trinity/bin/kcmshell.real - install -p -D -m755 debian/kcmshell debian/tdelibs4c2a-trinity/opt/trinity/bin/kcmshell + mv debian/tmp/opt/trinity/bin/tdecmshell debian/tmp/opt/trinity/bin/tdecmshell.real + install -p -D -m755 debian/tmp/opt/trinity/bin/tdecmshell.real debian/tdelibs4c2a-trinity/opt/trinity/bin/tdecmshell.real + install -p -D -m755 debian/tdecmshell debian/tdelibs4c2a-trinity/opt/trinity/bin/tdecmshell |