Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 403892 Details for
Bug 500110
sci-electronics/wiringpi - GPIO access library written in C for the BCM2835 used in the Raspberry Pi
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for gpio ebuild
gpio_Makefile-9999.patch (text/plain), 637 bytes, created by
Philippe Trottier
on 2015-05-25 00:59:51 UTC
(
hide
)
Description:
patch for gpio ebuild
Filename:
MIME Type:
Creator:
Philippe Trottier
Created:
2015-05-25 00:59:51 UTC
Size:
637 bytes
patch
obsolete
>--- gpio/Makefile 2013-08-04 00:53:35.000000000 +0200 >+++ gpio/Makefile 2014-05-14 15:55:29.765780426 +0200 >@@ -65,11 +65,10 @@ > .PHONEY: install > install: > @echo "[Install]" >- @cp gpio $(DESTDIR)$(PREFIX)/bin >- @chown root.root $(DESTDIR)$(PREFIX)/bin/gpio >- @chmod 4755 $(DESTDIR)$(PREFIX)/bin/gpio >- @mkdir -p $(DESTDIR)$(PREFIX)/man/man1 >- @cp gpio.1 $(DESTDIR)$(PREFIX)/man/man1 >+ @install -m 0755 -d $(DESTDIR)$(PREFIX)/bin >+ @install -m 4755 gpio $(DESTDIR)$(PREFIX)/bin >+ @install -m 0755 -d $(DESTDIR)$(PREFIX)/share/man/man1 >+ @install -m 0644 gpio.1 $(DESTDIR)$(PREFIX)/share/man/man1 > > .PHONEY: uninstall > uninstall:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 500110
:
403884
|
403886
|
403888
|
403890
| 403892