From 785aa24172b6b170acc7c93acfb1ad3cb5e0999e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 14 Mar 2018 18:25:04 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- .etckeeper | 1 + env.d/rust/last-set | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 env.d/rust/last-set diff --git a/.etckeeper b/.etckeeper index 2c2dd3fd..69af885a 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1328,6 +1328,7 @@ maybe chmod 0644 'env.d/lapack/lib64/reference' maybe chmod 0755 'env.d/python' maybe chmod 0644 'env.d/python/config' maybe chmod 0755 'env.d/rust' +maybe chmod 0644 'env.d/rust/last-set' maybe chmod 0644 'env.d/rust/provider-rust-1.23.0' maybe chmod 0644 'environment' maybe chmod 0755 'eselect' diff --git a/env.d/rust/last-set b/env.d/rust/last-set new file mode 100644 index 00000000..789be024 --- /dev/null +++ b/env.d/rust/last-set @@ -0,0 +1,3 @@ +/usr/bin/rustdoc +/usr/bin/rust-gdb +/usr/bin/rust-lldb -- 2.39.5