]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Sun, 15 Jan 2012 23:49:10 +0000 (00:49 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Sun, 15 Jan 2012 23:49:10 +0000 (00:49 +0100)
Package changes:
+x11-misc/xdg-utils-1.1.0_rc1_p20111003

.etckeeper
env.d/30xdg-data-local [new file with mode: 0644]
env.d/90xdg-data-base [new file with mode: 0644]

index 14ca3c700fda315a990273ee0065e776830edd92..fa1aad798894f02af6f8c666de58967e683807c8 100755 (executable)
@@ -110,9 +110,11 @@ maybe chmod 0644 './env.d/04multilib'
 maybe chmod 0644 './env.d/05binutils'
 maybe chmod 0644 './env.d/05gcc-x86_64-pc-linux-gnu'
 maybe chmod 0644 './env.d/09sandbox'
+maybe chmod 0644 './env.d/30xdg-data-local'
 maybe chmod 0644 './env.d/37fontconfig'
 maybe chmod 0644 './env.d/50ncurses'
 maybe chmod 0644 './env.d/70less'
+maybe chmod 0644 './env.d/90xdg-data-base'
 maybe chmod 0644 './env.d/98ca-certificates'
 maybe chmod 0644 './env.d/99gentoolkit-env'
 maybe chmod 0755 './env.d/binutils'
diff --git a/env.d/30xdg-data-local b/env.d/30xdg-data-local
new file mode 100644 (file)
index 0000000..0246859
--- /dev/null
@@ -0,0 +1,2 @@
+XDG_DATA_DIRS="/usr/local/share"
+COLON_SEPARATED="XDG_DATA_DIRS XDG_CONFIG_DIRS"
diff --git a/env.d/90xdg-data-base b/env.d/90xdg-data-base
new file mode 100644 (file)
index 0000000..8055468
--- /dev/null
@@ -0,0 +1,2 @@
+XDG_DATA_DIRS="/usr/share"
+XDG_CONFIG_DIRS="/etc/xdg"