This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
WiringPi
mirror of
https://github.com/WiringPi/WiringPi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
9
Wiki
Activity
Browse Source
DEBIAN: fix postinst
Signed-off-by: Nick Xie <nick@khadas.com>
pull/68/head
Nick Xie
5 years ago
parent
2a30d900f4
commit
d8cf5b869b
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
debian-template/wiringPi/DEBIAN/postinst
+ 2
- 2
debian-template/wiringPi/DEBIAN/postinst
View File
@@ -1,5 +1,5 @@
#!/bin/sh
set -e
/bin/chown root.root /usr/bin/gpio
/bin/chmod 4755 /usr/bin/gpio
/bin/chown root.root /usr/
local/
bin/gpio
/bin/chmod 4755 /usr/
local/
bin/gpio
/sbin/ldconfig
Write
Preview
Loading…
Cancel
Save