summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar bencollins 2003-07-13 01:37:14 +0000
committerGravatar bencollins 2003-07-13 01:37:14 +0000
commit1688f1a129fba3f5a3e06c5a7301b067d5052887 (patch)
tree4b53954d9b78d311c47fffbdb1ecae1f2ccf47b9
parentOoops...libtool works a bit different than I thought, but atleast it works (diff)
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
-rw-r--r--debian/libraw1394.postinst.in2
1 files changed, 1 insertions, 1 deletions
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... "
' width='13' height='13' alt='Gravatar' /> aeb 8-7/+45 2000-04-27Fixed missing setting of ext code in raw1394_start_lock()Gravatar aeb 1-0/+1 2000-04-15Fixed lock transaction to actually return response value.Gravatar aeb 3-5/+11 2000-04-12Add userdata functions as news.Gravatar aeb 1-0/+4 2000-04-05Add userdata functions.Gravatar aeb 3-0/+18 2000-03-18Bump version number to 0.6.Gravatar aeb 3-5/+6 2000-03-18Mention byte order change.Gravatar aeb 1-0/+2 2000-03-18Mention SourceForge home.Gravatar aeb 1-1/+5