projects
/
oweals
/
hwdata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da7bba7
)
Don't create videoaliases subdir at install
author
Adam Jackson
<ajax@redhat.com>
Thu, 23 Aug 2012 17:40:00 +0000
(13:40 -0400)
committer
Adam Jackson
<ajax@redhat.com>
Thu, 23 Aug 2012 17:40:00 +0000
(13:40 -0400)
Signed-off-by: Adam Jackson <ajax@redhat.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c90fae0fae80dc263997e25a9aa1d932059ea17a..76665e894fe5ea4d5c88fd2706f88e98fc274393 100644
(file)
--- 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