summaryrefslogtreecommitdiff
path: root/packaging/gentoo
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/gentoo')
-rw-r--r--packaging/gentoo/tuxanci-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild
index 125b72f..3c958ce 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-ng:${GAMES_DATADIR}/tuxanci-ng:" src/base/path.h \
+ -e "s:share/tuxanci:${GAMES_DATADIR}/tuxanci-ng:" 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 \