From 1688f1a129fba3f5a3e06c5a7301b067d5052887 Mon Sep 17 00:00:00 2001 From: bencollins Date: Sun, 13 Jul 2003 01:37:14 +0000 Subject: [PATCH] Ok, the Debian package was way out of sync with upstream git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@119 53a565d1-3bb7-0310-b661-cf11e63c67ab --- debian/libraw1394.postinst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/libraw1394.postinst.in b/debian/libraw1394.postinst.in index d74fc34..a35e0ed 100644 --- a/debian/libraw1394.postinst.in +++ b/debian/libraw1394.postinst.in @@ -4,7 +4,7 @@ db_version 2.0 if [ "$1" = "configure" ]; then - db_get libraw1394/dev/create_node + db_get libraw1394/dev/create_node || true if [ "$RET" = "true" ]; then echo -n "Creating device node /dev/raw1394... "