Bläddra i källkod

#279 root.root -> root:root

pull/283/head
mstroh76 2 månader sedan
förälder
incheckning
ed871f258a
4 ändrade filer med 7 tillägg och 7 borttagningar
  1. +1
    -1
      VERSION
  2. +2
    -2
      gpio/Makefile
  3. +2
    -2
      version.h
  4. +2
    -2
      wiringPiD/Makefile

+ 1
- 1
VERSION Visa fil

@@ -1 +1 @@
3.8
3.9

+ 2
- 2
gpio/Makefile Visa fil

@@ -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


+ 2
- 2
version.h Visa fil

@@ -1,3 +1,3 @@
#define VERSION "3.8"
#define VERSION "3.9"
#define VERSION_MAJOR 3
#define VERSION_MINOR 8
#define VERSION_MINOR 9

+ 2
- 2
wiringPiD/Makefile Visa fil

@@ -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


Laddar…
Avbryt
Spara