Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 1, 2014
1 parent 515043c commit 17394de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
include ../i-nex.mk

install: install-set-executables
$(INSTALL) 0755 i-nex-lspci $(DESTDIR)$(bindir)

install-set-executables:
mkdir -p $(DESTDIR)$(bindir)
chmod +x i-nex-lspci
mkdir -p $(DESTDIR)$(bindir)
$(INSTALL) 0755 i-nex-lspci $(DESTDIR)$(bindir)

0 comments on commit 17394de

Please sign in to comment.