Skip to content

Commit

Permalink
ports/mega: Remove USBSERIAL_HEX from mega install
Browse files Browse the repository at this point in the history
This file isn't present anymore

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Feb 5, 2021
1 parent ab07995 commit cd199f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/mega/Makefile
Expand Up @@ -79,7 +79,6 @@ install: snek-mega-install $(HEX) $(USBSERIAL_HEX) snek-mega-install.1
install snek-mega-install $(DESTDIR)$(BINDIR)
install -d $(DESTDIR)$(SHAREDIR)
install -m 0644 $(HEX) $(DESTDIR)$(SHAREDIR)
install -m 0644 $(USBSERIAL_HEX) $(DESTDIR)$(SHAREDIR)
install -d $(DESTDIR)$(MANDIR)/man1
install -m 0644 snek-mega-install.1 $(DESTDIR)$(MANDIR)/man1

Expand Down

0 comments on commit cd199f1

Please sign in to comment.