diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-27 06:50:09 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-27 06:50:09 +0100 |
commit | 7f2dcfb1e50f3691a27f327106783978b289c949 (patch) | |
tree | 10c85925b878cf499b9d50a4e00aaf562152b25f /games-action | |
parent | dev-libs/leatherman: bup (diff) | |
download | gentoo-7f2dcfb1e50f3691a27f327106783978b289c949.tar.gz gentoo-7f2dcfb1e50f3691a27f327106783978b289c949.tar.bz2 gentoo-7f2dcfb1e50f3691a27f327106783978b289c949.zip |
games-action/lugaru: Whitespace
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/lugaru/lugaru-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/lugaru/lugaru-9999.ebuild b/games-action/lugaru/lugaru-9999.ebuild index 7aa42ee9c090..afb51f08b4c8 100644 --- a/games-action/lugaru/lugaru-9999.ebuild +++ b/games-action/lugaru/lugaru-9999.ebuild @@ -32,12 +32,12 @@ src_unpack() { } PATCHES=( - "${FILESDIR}/${P}-dir.patch" + "${FILESDIR}/${P}-dir.patch" ) src_prepare() { - default - sed -i \ + default + sed -i \ -e "s:@GENTOO_DIR@:/usr/share/${PN}:" \ Source/OpenGL_Windows.cpp || die } |