From c480927b52b324e23c52a5e5b57cf10a81ff46d4 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 23 Aug 2012 13:40:00 -0400 Subject: [PATCH] Don't create videoaliases subdir at install Signed-off-by: Adam Jackson --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c90fae0..76665e8 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,6 @@ install: for foo in $(FILES) ; do \ install -m 644 $$foo $(datadir)/$(NAME) ;\ done - mkdir -p -m 755 $(datadir)/$(NAME)/videoaliases mkdir -p -m 755 $(sysconfdir)/modprobe.d install -m 644 blacklist.conf $(sysconfdir)/modprobe.d -- 2.25.1