Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow symlinks when checking...
authorDaniel Baumann <daniel@debian.org>
Mon, 13 Sep 2010 20:18:10 +0000 (22:18 +0200)
committerDaniel Baumann <daniel@debian.org>
Mon, 13 Sep 2010 20:18:10 +0000 (22:18 +0200)
debian/live-boot.init

index cefa59b..63b07f0 100644 (file)
@@ -49,7 +49,7 @@ cache_path()
        then
                if [ -x "${path}" ]
                then
-                       if file "${path}" | grep -q 'dynamically linked'
+                       if file -L "${path}" | grep -q 'dynamically linked'
                        then
                                for lib in $(ldd "${path}" | awk '{ print $3 }')
                                do