Hrm. Why is this still a problem in libraw1394-8?
#!/bin/sh -e
. /usr/share/debconf/confmodule
db_version 2.0
if [ "$1" = "configure" ]; then
echo -n "Creating device node /dev/raw1394... "
cd /dev && ./MAKEDEV raw1394
echo "done."
fi
# Automatically added by dh_makeshlibs
if [ "$1" = "configure" ]; then
ldconfig
fi
# End automatically added section
--
libraw1394-5: MAKEDEV fails
https://launchpad.net/bugs/9321
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs