aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Talpalaru <stefantalpalaru@yahoo.com>2018-01-11 18:08:14 +0100
committerStefan Talpalaru <stefantalpalaru@yahoo.com>2018-01-11 18:08:14 +0100
commit45506b9b8675404f81df3ba48f5db9d094bf3c9e (patch)
tree4c5541f05f81773d7891c6f97a96f864cf980d28 /dev-vcs
parentMerge pull request #315 from stefantalpalaru/cargo (diff)
downloadrust-45506b9b8675404f81df3ba48f5db9d094bf3c9e.tar.gz
rust-45506b9b8675404f81df3ba48f5db9d094bf3c9e.tar.bz2
rust-45506b9b8675404f81df3ba48f5db9d094bf3c9e.zip
fix Repoman errors and warnings
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/pijul/pijul-0.8.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/pijul/pijul-0.8.3.ebuild b/dev-vcs/pijul/pijul-0.8.3.ebuild
index 48cae9e..4cd6cba 100644
--- a/dev-vcs/pijul/pijul-0.8.3.ebuild
+++ b/dev-vcs/pijul/pijul-0.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.1.4
@@ -175,6 +175,6 @@ S="${WORKDIR}/${P}/${PN}"
src_install() {
export S="${WORKDIR}/${P}"
- cd ${S}
+ cd "${S}"
cargo_src_install
}