summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-07-28 10:48:45 -0700
committerMatt Turner <mattst88@gentoo.org>2019-07-28 12:09:58 -0700
commitc6ba33e397321f259ab39e0d5b5fd0f1a7ba54c8 (patch)
tree964031c10c8d5d6b23dc9c60230f44fecdbe7998
parentapp-text/gtkspell: drop still p.masked version to ~arch (diff)
downloadgentoo-c6ba33e397321f259ab39e0d5b5fd0f1a7ba54c8.tar.gz
gentoo-c6ba33e397321f259ab39e0d5b5fd0f1a7ba54c8.tar.bz2
gentoo-c6ba33e397321f259ab39e0d5b5fd0f1a7ba54c8.zip
dev-libs/libinput: Drop unnecessary ROOT slash strip
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--dev-libs/libinput/libinput-1.13.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libinput/libinput-1.13.4.ebuild b/dev-libs/libinput/libinput-1.13.4.ebuild
index 58e1b280c1b5..2a1ff8430843 100644
--- a/dev-libs/libinput/libinput-1.13.4.ebuild
+++ b/dev-libs/libinput/libinput-1.13.4.ebuild
@@ -74,5 +74,5 @@ src_install() {
}
pkg_postinst() {
- udevadm hwdb --update --root="${ROOT%/}"
+ udevadm hwdb --update --root="${ROOT}"
}