#279 root.root -> root:root
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# A swiss-army knige of GPIO shenanigans.
|
||||
# https://github.com/wiringPi/wiringPi
|
||||
#
|
||||
# Copyright (c) 2012-2016 Gordon Henderson
|
||||
# Copyright (c) 2012-2024 Gordon Henderson and contributors
|
||||
#################################################################################
|
||||
# This file is part of wiringPi:
|
||||
# A "wiring" library for the Raspberry Pi
|
||||
@@ -75,7 +75,7 @@ install: gpio
|
||||
$Q mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||
$Q cp gpio $(DESTDIR)$(PREFIX)/bin
|
||||
ifneq ($(WIRINGPI_SUID),0)
|
||||
$Q chown root.root $(DESTDIR)$(PREFIX)/bin/gpio
|
||||
$Q chown root:root $(DESTDIR)$(PREFIX)/bin/gpio
|
||||
$Q chmod 4755 $(DESTDIR)$(PREFIX)/bin/gpio
|
||||
endif
|
||||
$Q mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#define VERSION "3.8"
|
||||
#define VERSION "3.9"
|
||||
#define VERSION_MAJOR 3
|
||||
#define VERSION_MINOR 8
|
||||
#define VERSION_MINOR 9
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# The wiringPiD utility:
|
||||
# https://github.com/wiringPi/wiringPi
|
||||
#
|
||||
# Copyright (c) 2012-2017 Gordon Henderson
|
||||
# Copyright (c) 2012-2024 Gordon Henderson and contributors
|
||||
#################################################################################
|
||||
# This file is part of wiringPi:
|
||||
# A "wiring" library for the Raspberry Pi
|
||||
@@ -70,7 +70,7 @@ install: wiringpid
|
||||
$Q echo "[Install]"
|
||||
$Q mkdir -p $(DESTDIR)$(PREFIX)/sbin
|
||||
$Q cp wiringpid $(DESTDIR)$(PREFIX)/sbin
|
||||
$Q chown root.root $(DESTDIR)$(PREFIX)/sbin/wiringpid
|
||||
$Q chown root:root $(DESTDIR)$(PREFIX)/sbin/wiringpid
|
||||
|
||||
# $Q mkdir -p $(DESTDIR)$(PREFIX)/man/man8
|
||||
# $Q cp gpio.1 $(DESTDIR)$(PREFIX)/man/man8
|
||||
|
||||
Reference in New Issue
Block a user