Section: misc
Priority: optional
Maintainer: Dynamic Kernel Modules Support Team <pkg-dkms-maint@lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), dkms, gawk, dh-exec
+Build-Depends: debhelper (>= 7), dkms, gawk, dh-exec, quilt
Standards-Version: 3.8.1
Package: sapphire-remote-dkms
--- /dev/null
+Set the path that we're installing to.
+--- a/sapphire-remote-7.1/sapphire_startup.sh
++++ b/sapphire-remote-7.1/sapphire_startup.sh
+@@ -37,5 +37,5 @@
+ fi
+ fi
+ done
+-[ -e /etc/sapphire.keymap -a -x /usr/local/bin/sapphire_keymap.sh ] && /usr/local/bin/sapphire_keymap.sh
++[ -e /etc/sapphire.keymap -a -x /usr/lib/sapphire-remote/sapphire_keymap.sh ] && /usr/lib/sapphire-remote/sapphire_keymap.sh
+ exit 0