diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-02 14:26:47 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-02 16:08:24 +0100 |
commit | f1daac5c9ba079fef9b4ea242712f28888e7dc64 (patch) | |
tree | 723ae13e8c86b98e811c80af8e35c991e0f026ae /sci-astronomy/celestia | |
parent | app-admin/kube-bench: Version bump to 0.0.23 (diff) | |
download | gentoo-f1daac5c9ba079fef9b4ea242712f28888e7dc64.tar.gz gentoo-f1daac5c9ba079fef9b4ea242712f28888e7dc64.tar.bz2 gentoo-f1daac5c9ba079fef9b4ea242712f28888e7dc64.zip |
sci-astronomy/celestia: Updated cfg patch for live ebuild.
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sci-astronomy/celestia')
-rw-r--r-- | sci-astronomy/celestia/files/celestia-1.6.99-cfg.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sci-astronomy/celestia/files/celestia-1.6.99-cfg.patch b/sci-astronomy/celestia/files/celestia-1.6.99-cfg.patch index 53b0e5ad265e..943d81b416b1 100644 --- a/sci-astronomy/celestia/files/celestia-1.6.99-cfg.patch +++ b/sci-astronomy/celestia/files/celestia-1.6.99-cfg.patch @@ -1,6 +1,6 @@ -From af91ecccb4fe46181d22d4195cb4cca1c734ae63 Mon Sep 17 00:00:00 2001 +From 82023197fabf148e164c538ce0839e3add31068d Mon Sep 17 00:00:00 2001 From: Lars Wendler <polynomial-c@gentoo.org> -Date: Wed, 4 Apr 2018 15:28:32 +0200 +Date: Wed, 2 Jan 2019 14:25:37 +0100 Subject: [PATCH] celestia.cfg: Add ~/.celestia as extras directory. --- @@ -8,18 +8,18 @@ Subject: [PATCH] celestia.cfg: Add ~/.celestia as extras directory. 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celestia.cfg b/celestia.cfg -index 1a69b422..635b0084 100644 +index ea9e4f58..00edf250 100644 --- a/celestia.cfg +++ b/celestia.cfg -@@ -176,7 +176,7 @@ StarTextures +@@ -197,7 +197,7 @@ StarTextures # or # ExtrasDirectories [ "D:\\celestia-extras" ] #------------------------------------------------------------------------ -- ExtrasDirectories [ "data" "extras" ] -+ ExtrasDirectories [ "data" "extras" "~/.celestia" ] +- ExtrasDirectories [ "extras-standard" "extras" ] ++ ExtrasDirectories [ "extras-standard" "extras" "~/.celestia" ] #------------------------------------------------------------------------ -- -2.17.0 +2.20.1 |