net-mail/queue-repair: fix header, fix dosym
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 5 Jan 2018 14:56:10 +0000 (15:56 +0100)
committerRobin H. Johnson <robbat2@gentoo.org>
Wed, 24 Jan 2018 21:27:44 +0000 (13:27 -0800)
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>
net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild

index e57585437cdcce9a439b03412451047c52ef64c6..c53b8f26c1f069daea399aba10264c064f0b4896 100644 (file)
@@ -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
 }