Просмотр исходного кода

Pre-create binary directory before copying binary

This may exist in most cases, but occasionally it does not and it aligns with the way the man page directory is pre-created as well.

Signed-off-by: MichaIng <micha@dietpi.com>
pull/145/head
MichaIng 3 лет назад
committed by Mark Liffiton
Родитель
Сommit
321e67b8ad
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      gpio/Makefile

+ 1
- 0
gpio/Makefile Просмотреть файл

@@ -72,6 +72,7 @@ tags: $(SRC)
.PHONY: install
install: gpio
$Q echo "[Install]"
$Q mkdir -p $(DESTDIR)$(PREFIX)/bin
$Q cp gpio $(DESTDIR)$(PREFIX)/bin
ifneq ($(WIRINGPI_SUID),0)
$Q chown root.root $(DESTDIR)$(PREFIX)/bin/gpio


Загрузка…
Отмена
Сохранить