Package: eagle
Version: 5.7.0-1
Tags: patch
Severity: grave
>From Shaun Jackman:
There's a bug in the debian/bin/eagle script. If you install upgrade
from Eagle 5.6 to Eagle 5.7, it crashes when you try to move a wire. A
patch follows. I've uploaded 5.7.0-1 with this patch.
Cheers,
Shaun
--- 5.6.0/eagle-5.6.0/debian/bin/eagle 2010-01-13 23:16:20.000000000 -0800
+++ 5.7.0/eagle-5.7.0/debian/bin/eagle 2010-01-25 21:00:56.000000000 -0800
@@ -15,8 +15,6 @@
mkdir ~/.eagle/bin
ln -s /usr/share/eagle/bin/* ~/.eagle/bin
fi
-if [ ! -x ~/.eagle/bin/eagle ]; then
- cp /usr/lib/eagle/bin/eagle ~/.eagle/bin
-fi
+cp -f /usr/lib/eagle/bin/eagle ~/.eagle/bin
exec -a ~/.eagle/bin/eagle /usr/lib/eagle/bin/eagle "$@"
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]