summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/amarok/debian
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/applications/amarok/debian')
-rw-r--r--ubuntu/maverick/applications/amarok/debian/changelog2
-rw-r--r--ubuntu/maverick/applications/amarok/debian/install-mp34
2 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/maverick/applications/amarok/debian/changelog b/ubuntu/maverick/applications/amarok/debian/changelog
index e72612a70..c2bf1ae55 100644
--- a/ubuntu/maverick/applications/amarok/debian/changelog
+++ b/ubuntu/maverick/applications/amarok/debian/changelog
@@ -284,7 +284,7 @@ amarok (2:1.4.8-0ubuntu3) hardy; urgency=low
[ Sarah Hobbs ]
* Sponsored upload. (Closes LP: #187406)
- * Reworked patch to avoid setting absolute paths (eg /usr/bin/kdesu)
+ * Reworked patch to avoid setting absolute paths (eg /usr/bin/tdesu)
-- Sarah Hobbs <hobbsee@ubuntu.com> Wed, 12 Mar 2008 00:50:22 +1100
diff --git a/ubuntu/maverick/applications/amarok/debian/install-mp3 b/ubuntu/maverick/applications/amarok/debian/install-mp3
index 7b06cbd2f..ae0663182 100644
--- a/ubuntu/maverick/applications/amarok/debian/install-mp3
+++ b/ubuntu/maverick/applications/amarok/debian/install-mp3
@@ -27,8 +27,8 @@ INSTALLED=`dpkg --get-selections libxine1-ffmpeg | grep install`
#is available, not installed
if [ -z "$INSTALLED" ]; then
- if [ -x /opt/trinity/bin/kdesu ] && [ -x /usr/bin/install-package ]; then
- /opt/trinity/bin/kdesu -d "install-package --icon amarok --install libxine1-ffmpeg"
+ if [ -x /opt/trinity/bin/tdesu ] && [ -x /usr/bin/install-package ]; then
+ /opt/trinity/bin/tdesu -d "install-package --icon amarok --install libxine1-ffmpeg"
elif [ -x /usr/bin/gksudo ] && [ -x /usr/sbin/synaptic ]; then
gksudo "sh -c 'echo \"libxine1-ffmpeg i\"|synaptic --non-interactive --set-selections'"
else