Skip to content

Commit

Permalink
[software] fix overlay install location
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohhh committed Nov 23, 2019
1 parent d24024d commit 2f40a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions software/processing_tools/mimg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ LDLIBS += -lm
install:
$(STRIP) $(TARGETS)
for TARGET in $(TARGETS); do ln -sf $$(pwd)/$$TARGET /usr/axiom/bin/axiom-$$TARGET; chmod u+s $$TARGET; done
mkdir -p /opt/overlays
ln -sf $$(pwd)/overlays/ /opt/overlays/
mkdir -p /opt/
ln -sf $$(pwd)/overlays /opt/overlays

clean:
rm -f *.o
Expand Down

0 comments on commit 2f40a47

Please sign in to comment.