diff options
-rw-r--r-- | games-mud/trebuchet/trebuchet-1.075-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-mud/trebuchet/trebuchet-1.075-r1.ebuild b/games-mud/trebuchet/trebuchet-1.075-r1.ebuild index 403c9113c2b5..3cf5c7cc08f2 100644 --- a/games-mud/trebuchet/trebuchet-1.075-r1.ebuild +++ b/games-mud/trebuchet/trebuchet-1.075-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,7 @@ src_prepare() { sed -i \ -e "/Nothing/d" \ - -e "/LN/ s:../libexec:/usr/share:" \ + -e "/LN/ s:../libexec:/usr/share:" \ Makefile || die } |