diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-12-31 21:23:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-12-31 21:23:53 +0000 |
commit | b3e68034e0650e123735b37e49d4f70240476509 (patch) | |
tree | 5b6228c9d50cc1fc8aa7c6f811be4a9fa8c79208 /games-misc/bsd-games/files | |
parent | a little FHS lovin (diff) | |
download | gentoo-2-b3e68034e0650e123735b37e49d4f70240476509.tar.gz gentoo-2-b3e68034e0650e123735b37e49d4f70240476509.tar.bz2 gentoo-2-b3e68034e0650e123735b37e49d4f70240476509.zip |
slightly cleaner install (into /usr/share/games/bsd-games/ instead of /usr/share/games/)
Diffstat (limited to 'games-misc/bsd-games/files')
-rw-r--r-- | games-misc/bsd-games/files/config.params-gentoo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/bsd-games/files/config.params-gentoo b/games-misc/bsd-games/files/config.params-gentoo index ea6ca1f0f568..85ae6c7c6c25 100644 --- a/games-misc/bsd-games/files/config.params-gentoo +++ b/games-misc/bsd-games/files/config.params-gentoo @@ -17,7 +17,7 @@ bsd_games_cfg_no_build_dirs="dm banner fortune factor" bsd_games_cfg_gamesdir=${GAMES_BINDIR} bsd_games_cfg_sbindir=${GAMES_BINDIR} bsd_games_cfg_usrlibdir=${GAMES_LIBDIR} -bsd_games_cfg_sharedir=${GAMES_DATADIR} +bsd_games_cfg_sharedir=${GAMES_DATADIR}/${PN} bsd_games_cfg_varlibdir=${GAMES_STATEDIR} # We'll control all the permissions during install (via games eclass) @@ -36,5 +36,5 @@ bsd_games_cfg_pager=/usr/bin/less bsd_games_cfg_dictionary_src=/usr/share/dict/words # Acronym file for "wft" -bsd_games_cfg_wtf_acronymfile=${GAMES_DATADIR}/acronyms +bsd_games_cfg_wtf_acronymfile=${GAMES_DATADIR}/${PN}/acronyms |