- use users locale by default instead of UTF-8
much more readable at the console from landry@
This commit is contained in:
parent
b3045b36c9
commit
a99a24ed55
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/30 16:28:38 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/03/28 11:10:29 ajacoutot Exp $
|
||||
|
||||
COMMENT= utilities to manage well know user directories
|
||||
|
||||
DISTNAME= xdg-user-dirs-0.10
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://freedesktop.org/wiki/Software/xdg-user-dirs/
|
||||
|
9
devel/xdg-user-dirs/patches/patch-user-dirs_conf
Normal file
9
devel/xdg-user-dirs/patches/patch-user-dirs_conf
Normal file
@ -0,0 +1,9 @@
|
||||
$OpenBSD: patch-user-dirs_conf,v 1.1 2009/03/28 11:10:29 ajacoutot Exp $
|
||||
--- user-dirs.conf.orig Sat Mar 28 12:08:22 2009
|
||||
+++ user-dirs.conf Sat Mar 28 12:08:58 2009
|
||||
@@ -8,4 +8,4 @@ enabled=True
|
||||
# This sets the filename encoding to use. You can specify an explicit
|
||||
# encoding, or "locale" which means the encoding of the users locale
|
||||
# will be used
|
||||
-filename_encoding=UTF-8
|
||||
+filename_encoding=locale
|
Loading…
x
Reference in New Issue
Block a user