Bug#502831: me-tv: piuparts test fails
Adeodato Simó
dato at net.com.org.es
Wed Oct 22 10:43:29 UTC 2008
* Adeodato Simó [Wed, 22 Oct 2008 12:02:37 +0200]:
> The patch should do something like:
> if [ -x /dev/MAKEDEV ]; then
> echo "creating foo devices..."
> /dev/MAKEDEV foo
> fi
Oops, there was one mistake in that, one has to cd /dev, as in:
if [ -x /dev/MAKEDEV ]; then
echo "creating foo devices..."
cd /dev
./MAKEDEV foo
fi
--
Adeodato Simó dato at net.com.org.es
Debian Developer adeodato at debian.org
If there is a sin against life, it consists perhaps not so much in
despairing of life as in hoping for another life and in eluding the
implacable grandeur of this life.
-- Albert Camus
More information about the pkg-vdr-dvb-devel
mailing list