Blame SOURCES/console-setup-1.76-paths.patch

9f72b6
diff -up console-setup-1.143/Makefile.orig console-setup-1.143/Makefile
9f72b6
--- console-setup-1.143/Makefile.orig	2016-05-24 09:43:13.424382839 +0200
9f72b6
+++ console-setup-1.143/Makefile	2016-05-24 09:45:10.350994606 +0200
9f72b6
@@ -14,7 +14,7 @@ prefix := /usr/local
9f72b6
 # etcdir must be either /etc or
9f72b6
 etcdir := $(prefix)/etc
9f72b6
 bootprefix := $(patsubst %/usr,%/,$(prefix:%/=%))
9f72b6
-mandir := $(prefix)/share/man
9f72b6
+mandir = $(prefix)/usr/share/man
9f72b6
 
9f72b6
 acmfiles := $(wildcard $./acm/*.acm)
9f72b6
 
9f72b6
@@ -26,8 +26,8 @@ build-common: gzipped-acmfiles
9f72b6
 
9f72b6
 .PHONY: install-common
9f72b6
 install-common: build-common
9f72b6
-	install -d  $(bootprefix)/bin/
9f72b6
-	install setupcon $(bootprefix)/bin/
9f72b6
+	install -d  $(bootprefix)/usr/bin/
9f72b6
+	install setupcon $(bootprefix)/usr/bin/
9f72b6
 	install -d $(etcdir)/default
9f72b6
 	install -m 644 config/keyboard $(etcdir)/default/
9f72b6
 	install -m 644 config/console-setup $(etcdir)/default/
9f72b6
@@ -39,10 +39,10 @@ install-common: build-common
9f72b6
 
9f72b6
 .PHONY: install-common-linux
9f72b6
 install-common-linux: build-linux
9f72b6
-	install -d $(prefix)/share/consolefonts/
9f72b6
-	install -m 644 Fonts/*.psf.gz $(prefix)/share/consolefonts/
9f72b6
-	install -d $(prefix)/share/consoletrans
9f72b6
-	install -m 644 acm/*.acm.gz $(prefix)/share/consoletrans/
9f72b6
+	install -d $(prefix)/usr/share/consolefonts/
9f72b6
+	install -m 644 Fonts/*.psf.gz $(prefix)/usr/share/consolefonts/
9f72b6
+	install -d $(prefix)/usr/share/consoletrans
9f72b6
+	install -m 644 acm/*.acm.gz $(prefix)/usr/share/consoletrans/
9f72b6
 	install -d $(etcdir)/console-setup
9f72b6
 	install -m 644 Keyboard/compose.*.inc $(etcdir)/console-setup/
9f72b6
 	install -m 644 Keyboard/remap.inc $(etcdir)/console-setup/
9f72b6
@@ -67,8 +67,8 @@ install-ckbcomp:
9f72b6
 		mkdir -p $(etcdir)/console-setup \
9f72b6
 		&& cp -r Keyboard/ckb/ $(etcdir)/console-setup/ckb; \
9f72b6
 	fi
9f72b6
-	install -d $(prefix)/bin/
9f72b6
-	install -m 755 Keyboard/ckbcomp $(prefix)/bin/
9f72b6
+	install -d $(prefix)/usr/bin/
9f72b6
+	install -m 755 Keyboard/ckbcomp $(prefix)/usr/bin/
9f72b6
 	install -d $(mandir)/man1/
9f72b6
 	install -m 644 man/ckbcomp.1 $(mandir)/man1/
9f72b6
 
9f72b6
diff -up console-setup-1.143/man/ckbcomp.1.orig console-setup-1.143/man/ckbcomp.1
9f72b6
--- console-setup-1.143/man/ckbcomp.1.orig	2011-04-06 03:01:33.000000000 +0200
9f72b6
+++ console-setup-1.143/man/ckbcomp.1	2016-05-24 09:47:15.360674275 +0200
9f72b6
@@ -46,7 +46,7 @@ Print a usage message and exit.
9f72b6
 .BI -charmap\  charmap
9f72b6
 The encoding to use for the output keymap.  There should be an
9f72b6
 character mapping table defining this encoding in
9f72b6
-.IR /usr/local/share/consoletrans .
9f72b6
+.IR /usr/share/consoletrans .
9f72b6
 Definitions of the following charmaps are provided:
9f72b6
 .nh
9f72b6
 .BR ARMSCII-8 ,
9f72b6
@@ -86,8 +86,9 @@ for files included by the keymap descrip
9f72b6
 multiple times.  If a file can not be found in any of the specified
9f72b6
 directories, it will be searched also in some other standard
9f72b6
 locations, such as
9f72b6
-.IR /usr/local/etc/console-setup/ckb ,
9f72b6
-.IR /usr/local/share/X11/xkb
9f72b6
+.IR /etc/console-setup/ckb ,
9f72b6
+.IR /usr/local/share/X11/xkb ,
9f72b6
+.IR /usr/share/X11/xkb
9f72b6
 and
9f72b6
 .IR /etc/X11/xkb
9f72b6
 
9f72b6
@@ -167,9 +168,9 @@ Specifies the layout variant used to cho
9f72b6
 Adds an option used to choose component names.
9f72b6
 
9f72b6
 .SH FILES
9f72b6
-.I /usr/local/share/consoletrans
9f72b6
+.I /usr/share/consoletrans
9f72b6
 .br
9f72b6
-.I /usr/local/etc/console-setup/ckb
9f72b6
+.I /etc/console-setup/ckb
9f72b6
 .br
9f72b6
 .I /usr/share/X11/xkb
9f72b6
 .br
9f72b6
diff -up console-setup-1.143/man/console-setup.5.orig console-setup-1.143/man/console-setup.5
9f72b6
--- console-setup-1.143/man/console-setup.5.orig	2016-05-19 05:01:09.000000000 +0200
9f72b6
+++ console-setup-1.143/man/console-setup.5	2016-05-24 09:47:15.361674281 +0200
9f72b6
@@ -403,16 +403,16 @@ Completely covered by the following font
9f72b6
 The standard location of the
9f72b6
 .B console-setup
9f72b6
 configuration file is
9f72b6
-.IR /usr/local/etc/default/console-setup .
9f72b6
+.IR /etc/default/console-setup .
9f72b6
 The keyboard configuration is in
9f72b6
-.IR /usr/local/etc/default/keyboard .
9f72b6
+.IR /etc/default/keyboard .
9f72b6
 Fonts that can be used with the variable
9f72b6
 .B FONT
9f72b6
 are usually installed in
9f72b6
-.IR /usr/share/consolefonts/ " or " /usr/share/syscons/fonts/ .
9f72b6
+.IR /usr/share/consolefonts/ " or " /lib/kbd/consolefonts/ .
9f72b6
 Translation maps that can be used with the variable CONSOLE_MAP are
9f72b6
 usually installed in
9f72b6
-.IR /usr/share/consoletrans/ " or " /usr/share/syscons/scrnmaps/ .
9f72b6
+.IR /usr/share/consoletrans/ " or " /lib/kbd/consoletrans/ .
9f72b6
 
9f72b6
 .SH NOTES
9f72b6
 The aim of the Terminus font is to reduce the eyes-fatigue when one
9f72b6
diff -up console-setup-1.143/man/keyboard.5.orig console-setup-1.143/man/keyboard.5
9f72b6
--- console-setup-1.143/man/keyboard.5.orig	2016-03-03 05:01:16.000000000 +0100
9f72b6
+++ console-setup-1.143/man/keyboard.5	2016-05-24 09:47:15.361674281 +0200
9f72b6
@@ -154,12 +154,12 @@ on FreeBSD.
9f72b6
 The standard location of the
9f72b6
 .B keyboard
9f72b6
 file is
9f72b6
-.IR /usr/local/etc/default/keyboard .
9f72b6
+.IR /etc/default/keyboard .
9f72b6
 Description of all available keyboard models, layouts, variants and
9f72b6
 options is available in
9f72b6
-.IR /usr/local/share/X11/xkb/rules/xorg.lst .
9f72b6
+.IR /usr/share/X11/xkb/rules/xorg.lst .
9f72b6
 In most cases, in 
9f72b6
-.IR /usr/share/keymaps/ " or " /usr/share/syscons/keymaps/
9f72b6
+.IR /lib/kbd/keymaps/
9f72b6
 you will find several keymaps that can be used with the variable
9f72b6
 .BR KMAP .
9f72b6
 
9f72b6
diff -up console-setup-1.143/man/setupcon.1.orig console-setup-1.143/man/setupcon.1
9f72b6
--- console-setup-1.143/man/setupcon.1.orig	2016-03-03 05:01:16.000000000 +0100
9f72b6
+++ console-setup-1.143/man/setupcon.1	2016-05-24 09:47:15.361674281 +0200
9f72b6
@@ -22,11 +22,11 @@ the console.  Most of the time you invok
9f72b6
 without arguments.  The keyboard configuration is specified in
9f72b6
 .I ~/.keyboard
9f72b6
 or
9f72b6
-.IR /usr/local/etc/default/keyboard .
9f72b6
+.IR /etc/default/keyboard .
9f72b6
 The font configuration is specified in
9f72b6
 .I ~/.console-setup
9f72b6
 or
9f72b6
-.IR /usr/local/etc/default/console-setup .
9f72b6
+.IR /etc/default/console-setup .
9f72b6
 Consult
9f72b6
 .BR keyboard (5)
9f72b6
 and
9f72b6
@@ -162,13 +162,13 @@ Display usage information.
9f72b6
 .br
9f72b6
 .I ~/.keyboard
9f72b6
 .br
9f72b6
-.I /usr/local/etc/default/console-setup
9f72b6
+.I /etc/default/console-setup
9f72b6
 .br
9f72b6
-.I /usr/local/etc/default/keyboard
9f72b6
+.I /etc/default/keyboard
9f72b6
 .br
9f72b6
-.I /usr/local/etc/default/console-setup.VARIANT
9f72b6
+.I /etc/default/console-setup.VARIANT
9f72b6
 .br
9f72b6
-.I /usr/local/etc/default/keyboard.VARIANT
9f72b6
+.I /etc/default/keyboard.VARIANT
9f72b6
 .br
9f72b6
 .I /etc/console-setup/
9f72b6