Skip to content

Commit f6b65ea

Browse files
committed
Install bash completions
1 parent 2bdc6cf commit f6b65ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ install: $(TARGET)
6767
install -m 755 $(TARGET) $(DESTDIR)$(BINDIR)/
6868
install -d $(DESTDIR)/etc/ws/sensor-errors
6969
install -m 644 etc/ws/sensor-errors/*.errors $(DESTDIR)/etc/ws/sensor-errors/
70+
install -d $(DESTDIR)/usr/share/bash-completion/completions
71+
install -m 644 completions/sensor-data.bash $(DESTDIR)/usr/share/bash-completion/completions/sensor-data
7072

7173
clean:
7274
rm -f $(TARGET) $(LIB_OBJECTS) $(TEST_EXECUTABLES) src/*.o *.gcda *.gcno src/*.gcda src/*.gcno
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
completions/sensor-data.bash
1+
completions/sensor-data.bash sensor-data

0 commit comments

Comments
 (0)