Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98576 Details for
Bug 149798
app-misc/graphlcd-base-0.1.3 : QA Issues
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to graphlcd-base-0.1.3 sources for solving strip issues
graphlcd-base-0.1.3-nostrip.patch (text/plain), 2.40 KB, created by
Robert Buchholz (RETIRED)
on 2006-10-01 18:26:21 UTC
(
hide
)
Description:
Patch to graphlcd-base-0.1.3 sources for solving strip issues
Filename:
MIME Type:
Creator:
Robert Buchholz (RETIRED)
Created:
2006-10-01 18:26:21 UTC
Size:
2.40 KB
patch
obsolete
>diff -Nuar graphlcd-base-0.1.3.orig/tools/convpic/Makefile graphlcd-base-0.1.3/tools/convpic/Makefile >--- graphlcd-base-0.1.3.orig/tools/convpic/Makefile 2005-11-06 15:17:44.000000000 +0100 >+++ graphlcd-base-0.1.3/tools/convpic/Makefile 2006-10-01 21:14:12.000000000 +0200 >@@ -32,7 +32,7 @@ > > install: $(PRGNAME) > install -d $(BINDIR) >- install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR) >+ install -m 755 -o root -g root $(PRGNAME) $(BINDIR) > > uninstall: > rm -f $(BINDIR)/$(PRGNAME) >diff -Nuar graphlcd-base-0.1.3.orig/tools/crtfont/Makefile graphlcd-base-0.1.3/tools/crtfont/Makefile >--- graphlcd-base-0.1.3.orig/tools/crtfont/Makefile 2005-11-06 15:18:08.000000000 +0100 >+++ graphlcd-base-0.1.3/tools/crtfont/Makefile 2006-10-01 21:14:15.000000000 +0200 >@@ -35,7 +35,7 @@ > > install: $(PRGNAME) > install -d $(BINDIR) >- install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR) >+ install -m 755 -o root -g root $(PRGNAME) $(BINDIR) > > uninstall: > rm -f $(BINDIR)/$(PRGNAME) >diff -Nuar graphlcd-base-0.1.3.orig/tools/genfont/Makefile graphlcd-base-0.1.3/tools/genfont/Makefile >--- graphlcd-base-0.1.3.orig/tools/genfont/Makefile 2005-11-06 15:18:46.000000000 +0100 >+++ graphlcd-base-0.1.3/tools/genfont/Makefile 2006-10-01 21:16:34.000000000 +0200 >@@ -38,7 +38,7 @@ > > install: $(PRGNAME) > install -d $(BINDIR) >- install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR) >+ install -m 755 -o root -g root $(PRGNAME) $(BINDIR) > > uninstall: > rm -f $(BINDIR)/$(PRGNAME) >diff -Nuar graphlcd-base-0.1.3.orig/tools/showpic/Makefile graphlcd-base-0.1.3/tools/showpic/Makefile >--- graphlcd-base-0.1.3.orig/tools/showpic/Makefile 2005-11-06 15:19:09.000000000 +0100 >+++ graphlcd-base-0.1.3/tools/showpic/Makefile 2006-10-01 21:16:39.000000000 +0200 >@@ -36,7 +36,7 @@ > > install: $(PRGNAME) > install -d $(BINDIR) >- install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR) >+ install -m 755 -o root -g root $(PRGNAME) $(BINDIR) > > uninstall: > rm -f $(BINDIR)/$(PRGNAME) >diff -Nuar graphlcd-base-0.1.3.orig/tools/showtext/Makefile graphlcd-base-0.1.3/tools/showtext/Makefile >--- graphlcd-base-0.1.3.orig/tools/showtext/Makefile 2005-11-06 15:19:43.000000000 +0100 >+++ graphlcd-base-0.1.3/tools/showtext/Makefile 2006-10-01 21:16:41.000000000 +0200 >@@ -36,7 +36,7 @@ > > install: $(PRGNAME) > install -d $(BINDIR) >- install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR) >+ install -m 755 -o root -g root $(PRGNAME) $(BINDIR) > > uninstall: > rm -f $(BINDIR)/$(PRGNAME)
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 149798
:
98575
| 98576