diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-03-12 17:18:49 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:07 +0100 |
| commit | 370058e2be83a9f6c71caa1935bc2e0fbf89aada (patch) | |
| tree | 47b1f46fb4f81e696c360d9f47519e3eba28a09b | |
| parent | 1376dce73e32c0cd71e7c5c24d003c24c8242f65 (diff) | |
| download | live-boot-370058e2be83a9f6c71caa1935bc2e0fbf89aada.tar.gz live-boot-370058e2be83a9f6c71caa1935bc2e0fbf89aada.zip | |
Correcting path in previous commit.
| -rwxr-xr-x | scripts/live-bottom/34disable_kpersonalizer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-bottom/34disable_kpersonalizer b/scripts/live-bottom/34disable_kpersonalizer index 1dc4545..8f6709b 100755 --- a/scripts/live-bottom/34disable_kpersonalizer +++ b/scripts/live-bottom/34disable_kpersonalizer @@ -31,7 +31,7 @@ log_begin_msg "Disabling kpersonalizer" # live-initramfs script -if [ -e /etc/kde3 ] +if [ -e /root/etc/kde3 ] then if chroot /root /usr/bin/which kpersonalizer >/dev/null then |
