Skip to content

Commit

Permalink
irker: Convert shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentb committed Oct 5, 2012
1 parent 0bc08c7 commit 473d511
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-vcs/irker/irker-1.6.ebuild
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=4
inherit base
inherit base python

DESCRIPTION="Specialized IRC notification daemon"
HOMEPAGE="http://www.catb.org/esr/irker/"
Expand All @@ -21,6 +21,8 @@ greenlets? ( dev-python/eventlet )"
src_prepare() {
base_src_prepare

python_convert_shebangs 2 irkerd irkerhook.py

sed -i 's/xmlto/xmlto --skip-validation/' Makefile
}

Expand Down

0 comments on commit 473d511

Please sign in to comment.