diff options
Diffstat (limited to 'packaging/gentoo')
| -rw-r--r-- | packaging/gentoo/tuxanci-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 3c958ce..577563e 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -33,7 +33,7 @@ src_unpack() { -e "s:PATH_DIR\tPREFIX:PATH_DIR:" src/base/path.h \ || die "sed config.h failed!" sed -i \ - -e "s:share/tuxanci:${GAMES_DATADIR}/tuxanci-ng:" src/base/path.h \ + -e "s:share/tuxanci:${GAMES_DATADIR}/${PN}:" src/base/path.h \ || die "sed config.h failed!" sed -i \ -e "s:CMAKE_INSTALL_DATADIR share/:CMAKE_INSTALL_DATADIR /usr/share/games/:" CMakeLists.txt \ |