Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 243271 Details for
Bug 306495
app-pda/ipheth-pair ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.patch - bugfix - missing "h" on line 15 for the file name ipheth-pair
Makefile.patch (text/plain), 600 bytes, created by
Josh Dahlhauser
on 2010-08-16 21:03:56 UTC
(
hide
)
Description:
Makefile.patch - bugfix - missing "h" on line 15 for the file name ipheth-pair
Filename:
MIME Type:
Creator:
Josh Dahlhauser
Created:
2010-08-16 21:03:56 UTC
Size:
600 bytes
patch
obsolete
>--- ipheth-pair/Makefile.orig 2010-02-23 10:35:56.000000000 +0200 >+++ ipheth-pair/Makefile 2010-02-23 10:37:02.099913826 +0200 >@@ -1,4 +1,3 @@ >-CFLAGS += -Wall -O2 > LDLIBS += -limobiledevice > > all: ipheth-pair >@@ -6,9 +5,8 @@ > ipheth-pair: ipheth-pair.o > > install: >- install -m 0755 ipheth-pair /lib/udev/ >- install -m 0644 90-iphone-tether.rules /etc/udev/rules.d >- /sbin/udevadm control --reload-rules >+ install -D -m 0755 ipheth-pair ${DESTDIR}/lib/udev/ipheth-pair >+ install -D -m 0644 90-iphone-tether.rules ${DESTDIR}/etc/udev/rules.d/90-iphone-tether.rules > > clean: > rm -f *.o ipheth-pair
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 306495
:
220801
|
220803
|
220805
|
220807
|
224913
|
224915
|
232669
| 243271