V3
This commit is contained in:
@@ -8,6 +8,6 @@ Maintainer: Grazer Computer Club - GC2 <wiringpi@gc2.at>
|
||||
Uploaders: Grazer Computer Club - GC2 <wiringpi@gc2.at>
|
||||
Description: The wiringPi libraries, headers and gpio command
|
||||
Libraries to allow GPIO access on a Raspberry Pi from C and C++
|
||||
and BASIC programs as well as from the command-line
|
||||
Homepage: https://github.com/WiringPi/WiringPi/
|
||||
Bugs: https://github.com/WiringPi/WiringPi/
|
||||
programs as well as from the command-line
|
||||
Homepage: https://github.com/WiringPi/WiringPi
|
||||
Bugs: https://github.com/WiringPi/WiringPi/issues
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
/bin/chown root.root /usr/bin/gpio
|
||||
/bin/chown root:root /usr/bin/gpio
|
||||
/bin/chmod 4755 /usr/bin/gpio
|
||||
/sbin/ldconfig
|
||||
|
||||
Reference in New Issue
Block a user