Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 361330 Details for
Bug 486820
media-fonts/unifont-6.3 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated source patch
unifont-6.3.20131006-gentoo.patch (text/plain), 1.34 KB, created by
Carsten Milkau
on 2013-10-19 13:58:18 UTC
(
hide
)
Description:
Updated source patch
Filename:
MIME Type:
Creator:
Carsten Milkau
Created:
2013-10-19 13:58:18 UTC
Size:
1.34 KB
patch
obsolete
>diff -Naur unifont-6.3.20131006.orig/font/Makefile unifont-6.3.20131006/font/Makefile >--- unifont-6.3.20131006.orig/font/Makefile 2013-10-07 04:55:12.000000000 +0200 >+++ unifont-6.3.20131006/font/Makefile 2013-10-19 15:46:37.000000000 +0200 >@@ -30,8 +30,8 @@ > # and the installation directories for PCF and TrueType fonts. > # > FONTDEST = $(DESTDIR)/usr/share/fonts >-PCFDEST = $(FONTDEST)/X11/misc >-TTFDEST = $(FONTDEST)/truetype/unifont >+PCFDEST = $(FONTDEST)/unifont >+TTFDEST = $(FONTDEST)/unifont > # > # destination directory for compiled fonts > # >diff -Naur unifont-6.3.20131006.orig/src/Makefile unifont-6.3.20131006/src/Makefile >--- unifont-6.3.20131006.orig/src/Makefile 2013-09-29 05:04:33.000000000 +0200 >+++ unifont-6.3.20131006/src/Makefile 2013-10-19 15:47:58.000000000 +0200 >@@ -1,5 +1,5 @@ > >-CFLAGS = -g -O -Wall >+CFLAGS = -g -Wall > > INSTALLBINDIR = ../bin > >@@ -30,7 +30,7 @@ > > all: $(CPROGS) > install -m0755 -d $(INSTALLBINDIR) >- install -s -m0755 $(CPROGS) $(INSTALLBINDIR) >+ install -m0755 $(CPROGS) $(INSTALLBINDIR) > install -m0755 $(PPROGS) $(INSTALLBINDIR) > \rm -f $(CPROGS) > >@@ -44,7 +44,7 @@ > install -m0755 -d $(INSTALLDIR) > set -e ; \ > cd $(INSTALLBINDIR) ; \ >- install -s -m0755 $(CPROGS) $(INSTALLDIR) >+ install -m0755 $(CPROGS) $(INSTALLDIR) > set -e ; \ > cd ../bin ; \ > install -m0755 $(PPROGS) $(INSTALLDIR)
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 486820
:
361328
| 361330 |
361334