diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-02-09 22:42:28 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-02-09 22:42:55 +0100 |
commit | e9d8010e07b6f36136f392e658697cb15e70bb80 (patch) | |
tree | 991488b6de665aed6bca1fefb04fa81c78c771e1 /www-client/conkeror | |
parent | www-client/conkeror: Remove old. (diff) | |
download | gentoo-e9d8010e07b6f36136f392e658697cb15e70bb80.tar.gz gentoo-e9d8010e07b6f36136f392e658697cb15e70bb80.tar.bz2 gentoo-e9d8010e07b6f36136f392e658697cb15e70bb80.zip |
www-client/conkeror: Rename wrapper script.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'www-client/conkeror')
-rw-r--r-- | www-client/conkeror/conkeror-1.0.4.ebuild | 4 | ||||
-rw-r--r-- | www-client/conkeror/conkeror-1.0_pre20140212.ebuild | 4 | ||||
-rw-r--r-- | www-client/conkeror/files/conkeror.sh (renamed from www-client/conkeror/files/conkeror-r2.sh) | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www-client/conkeror/conkeror-1.0.4.ebuild b/www-client/conkeror/conkeror-1.0.4.ebuild index ae31992df34e..8c7646711991 100644 --- a/www-client/conkeror/conkeror-1.0.4.ebuild +++ b/www-client/conkeror/conkeror-1.0.4.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 @@ -42,7 +42,7 @@ src_install() { dosym ../../libexec/${PN}/conkeror-spawn-helper \ /usr/share/${PN}/conkeror-spawn-helper - newbin "${FILESDIR}/conkeror-r2.sh" conkeror + newbin "${FILESDIR}/conkeror.sh" conkeror domenu "${FILESDIR}/conkeror.desktop" doicon "${WORKDIR}/conkeror.png" diff --git a/www-client/conkeror/conkeror-1.0_pre20140212.ebuild b/www-client/conkeror/conkeror-1.0_pre20140212.ebuild index cbabbb2f05bf..a212377519f2 100644 --- a/www-client/conkeror/conkeror-1.0_pre20140212.ebuild +++ b/www-client/conkeror/conkeror-1.0_pre20140212.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=5 @@ -42,7 +42,7 @@ src_install() { dosym ../../libexec/${PN}/conkeror-spawn-helper \ /usr/share/${PN}/conkeror-spawn-helper - newbin "${FILESDIR}/conkeror-r2.sh" conkeror + newbin "${FILESDIR}/conkeror.sh" conkeror domenu "${FILESDIR}/conkeror.desktop" doicon "${WORKDIR}/conkeror.png" diff --git a/www-client/conkeror/files/conkeror-r2.sh b/www-client/conkeror/files/conkeror.sh index 9b46d5bb0c07..9b46d5bb0c07 100644 --- a/www-client/conkeror/files/conkeror-r2.sh +++ b/www-client/conkeror/files/conkeror.sh |