OSDN Git Service

d5e771ac8b156a494e94698bc22dc5eb4f8ae235
[hengbandforosx/hengbandosx.git] / lib / apex / Makefile.am
1 ## Makefile.am -- Process this file with automake to process Makefile.in
2
3 angband_files = \
4         h_scores.raw readme.txt
5
6 EXTRA_DIST = \
7   $(angband_files)
8
9 if SET_GID
10 angbanddir = @DEFAULT_VAR_PATH@/apex
11
12 angband_DATA = \
13   $(angband_files)
14 endif
15
16 install-data-hook:
17 if SET_GID
18         touch "$(DESTDIR)$(angbanddir)/scores.raw"
19         chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
20         chmod -R g+w "$(DESTDIR)$(angbanddir)"
21 endif