summaryrefslogtreecommitdiff
diff options
authorMichael Vogt <michael.vogt@ubuntu.com>2015-04-23 14:03:47 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2015-04-23 14:03:47 +0200
commit047c00a554965eb922b089927dd180d212739953 (patch)
tree05f28c71f2b0c754d28c6aeb70493c63503be1f2
parenta319c54d54768394f386dee3aecad129d73f6242 (diff)
fix typo in udev rule
-rw-r--r--debian/changelog6
-rw-r--r--src/main.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0a193e9249..06a51aa7c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ubuntu-core-launcher (1.0.1) vivid; urgency=low
+
+ * fix typo in udev rule
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 23 Apr 2015 14:03:36 +0200
+
ubuntu-core-launcher (1.0) vivid; urgency=low
* 15.04 upload to the archive
diff --git a/src/main.c b/src/main.c
index 12db733152..424979224b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -175,7 +175,7 @@ bool snappy_udev_setup_required(const char *appname) {
" \"/dev/**\"" "\n"
" ]," "\n"
" \"read_path\": [" "\n"
- " \"/run/dev/data/*\"" "\n"
+ " \"/run/udev/data/*\"" "\n"
" ]\n"
"}";
debug("looking for: '%s'", needle);