From ed871f258acb86984c81f15baa59f4de9eee4fcc Mon Sep 17 00:00:00 2001 From: mstroh76 Date: Sun, 8 Sep 2024 18:54:58 +0200 Subject: [PATCH] #279 root.root -> root:root --- VERSION | 2 +- gpio/Makefile | 4 ++-- version.h | 4 ++-- wiringPiD/Makefile | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index cc1923a..bd28b9c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.8 +3.9 diff --git a/gpio/Makefile b/gpio/Makefile index 249bb24..bc0829f 100644 --- a/gpio/Makefile +++ b/gpio/Makefile @@ -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 diff --git a/version.h b/version.h index b79a6e9..3daf967 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "3.8" +#define VERSION "3.9" #define VERSION_MAJOR 3 -#define VERSION_MINOR 8 +#define VERSION_MINOR 9 diff --git a/wiringPiD/Makefile b/wiringPiD/Makefile index d7ebec8..6226b2e 100644 --- a/wiringPiD/Makefile +++ b/wiringPiD/Makefile @@ -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