From e1b0d7b0eb5d6726e524699c71ae040b52bea9ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Tue, 26 May 2020 03:43:51 +0200 Subject: [PATCH] Install fast tools to separate directory --- Cargo.toml | 2 +- ghe-fast-tools/bin/ghe-fast-console.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index afe897a..635551a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ assets = [ ["github-fast-env/github-fast-envd.rb", "usr/bin/github-fast-envd", "755"], ["github-fast-env/github-fast-env.rb", "usr/bin/github-fast-env", "755"], ["github-fast-env/systemd/github-fast-envd.service", "usr/lib/systemd/system/", "644"], - ["ghe-fast-tools/ghe-fast-console.rb", "usr/lib/github-fast-env/", "644"], + ["ghe-fast-tools/ghe-fast-console.rb", "usr/lib/ghe-fast-tools/", "644"], ["ghe-fast-tools/bin/ghe-fast-console.rb", "usr/bin/ghe-fast-console", "755"], ] diff --git a/ghe-fast-tools/bin/ghe-fast-console.rb b/ghe-fast-tools/bin/ghe-fast-console.rb index 0633d84..44a2181 100644 --- a/ghe-fast-tools/bin/ghe-fast-console.rb +++ b/ghe-fast-tools/bin/ghe-fast-console.rb @@ -1,2 +1,2 @@ #!/usr/bin/env bash -sudo /usr/bin/github-fast-env --interactive /usr/lib/github-fast-env/ghe-fast-console.rb +sudo /usr/bin/github-fast-env --interactive /usr/lib/ghe-fast-tools/ghe-fast-console.rb