summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeltoche <dev@halium.fr>2018-12-06 21:28:32 +0100
committerPeltoche <dev@halium.fr>2018-12-06 21:28:45 +0100
commit4084296938bd168a1bce0f82c892b2e68838f72a (patch)
tree04c7db4a22b64d857202cd1ab1c629c38ebdf703
parenta7b616d9f8c026630e7d7b499dc9fc6647ff477b (diff)
Fix the license name into the packaging
-rw-r--r--Cargo.lock2
-rw-r--r--deploy/before_deploy.bash3
2 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7075d4c..a874fbe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -57,7 +57,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lsd"
-version = "0.7.2"
+version = "0.7.4"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/deploy/before_deploy.bash b/deploy/before_deploy.bash
index ffc6d4c..090587b 100644
--- a/deploy/before_deploy.bash
+++ b/deploy/before_deploy.bash
@@ -83,8 +83,7 @@ make_deb() {
# readme and license
install -Dm644 README.md "$tempdir/usr/share/doc/$PROJECT_NAME/README.md"
- install -Dm644 LICENSE-MIT "$tempdir/usr/share/doc/$PROJECT_NAME/LICENSE-MIT"
- install -Dm644 LICENSE-APACHE "$tempdir/usr/share/doc/$PROJECT_NAME/LICENSE-APACHE"
+ install -Dm644 LICENSE "$tempdir/usr/share/doc/$PROJECT_NAME/LICENSE"
# completions
install -Dm644 target/$TARGET/release/build/$PROJECT_NAME-*/out/$PROJECT_NAME.bash "$tempdir/usr/share/bash-completion/completions/${PROJECT_NAME}"