summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-01-05 15:56:10 +0100
committerRobin H. Johnson <robbat2@gentoo.org>2018-01-24 13:27:44 -0800
commit538d6e5806c5b2da2bc4ce5d628a60e0c0a4f49e (patch)
tree90e970946784815162d04a42d438b972d12074b7 /net-mail/queue-repair
parentnet-mail/queue-repair: remove old (diff)
downloadgentoo-538d6e5806c5b2da2bc4ce5d628a60e0c0a4f49e.tar.gz
gentoo-538d6e5806c5b2da2bc4ce5d628a60e0c0a4f49e.tar.bz2
gentoo-538d6e5806c5b2da2bc4ce5d628a60e0c0a4f49e.zip
net-mail/queue-repair: fix header, fix dosym
Closes: https://bugs.gentoo.org/634674 Closes: https://github.com/gentoo/gentoo/pull/6759/ (cherry picked from commit 43c7e5023d6f48eec4bbf82ab68270f7d5c523df) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net-mail/queue-repair')
-rw-r--r--net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild b/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild
index e57585437cdc..c53b8f26c1f0 100644
--- a/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild
+++ b/net-mail/queue-repair/queue-repair-0.9.0-r1.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
EAPI=6
@@ -24,6 +24,6 @@ DOCS=( BLURB TODO CHANGELOG )
src_install () {
python_newscript queue_repair.py queue-repair.py
- dosym /usr/bin/queue-repair.py /usr/bin/queue-repair
+ dosym queue-repair.py /usr/bin/queue-repair
einstalldocs
}