Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
heuzef
/
WiringPi
espelhamento de
https://github.com/WiringPi/WiringPi.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
9
Wiki
Atividade
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
94
Commits
10
Branches
50 MiB
Tag:
d79506694d
bugfix
cmake
deb-packaging
develop
docu
example
master
pcie
ubuntu
unittest
3.10
3.8
3.6
3.4
3.2
3.1
3.0
2.61-1
final_official_2.50
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de d79506694d
${ noResults }
WiringPi
/
debian-template
/
wiringPi
/
DEBIAN
/
postinst
postinst
98 B
Original
Visão normal
Histórico
OK, so an easier way to manage versions. Debian package creation - crude, probably violated the Debian policys but it seems to work just fine... some other changes.
9 anos atrás
1
2
3
4
5
#!/bin/sh
set -e
/bin/chown root.root /usr/bin/gpio
/bin/chmod 4755 /usr/bin/gpio
/sbin/ldconfig