Skip to content

Commit

Permalink
Don't create highscores files.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomb2 committed Nov 19, 2016
1 parent 784c7d1 commit b574382
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 46 deletions.
9 changes: 0 additions & 9 deletions data/gnu/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,4 @@ tiles2.png \
tiles3.png
#music is Subvulture_-_The_Money_Ran_Out__Rudy, from jamendo. CC by sa.

# This will create a new empty highscores file
# NOTE! The user games must exist!
install-data-hook:
-mkdir -p $(highscoredir) # - if not root #!rzr
-touch $(highscoredir)/highscores
-if test `whoami` = root; then chown games $(highscoredir)/highscores; fi
-if test `whoami` = root; then chgrp games $(highscoredir)/highscores; fi
-chmod 666 $(highscoredir)/highscores

EXTRA_DIST = $(gnudata_DATA)
9 changes: 0 additions & 9 deletions data/hurd.old/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,4 @@ hurddata_DATA = \
$(wildcard *.jpg) \
#

# This will create a new empty highscores file
# NOTE! The user games must exist!
install-data-hook:
-mkdir -p $(highscoredir) # - if not root #!rzr
-touch $(highscoredir)/highscores
-if test `whoami` = root; then chown games $(highscoredir)/highscores; fi
-if test `whoami` = root; then chgrp games $(highscoredir)/highscores; fi
-chmod 666 $(highscoredir)/highscores

EXTRA_DIST = $(gnudata_DATA)
11 changes: 1 addition & 10 deletions data/hurd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,4 @@ hurddata_DATA = \
$(wildcard *.jpg) \
#

# This will create a new empty highscores file
# NOTE! The user games must exist!
install-data-hook:
-mkdir -p $(highscoredir) # - if not root #!rzr
-touch $(highscoredir)/highscores
-if test `whoami` = root; then chown games $(highscoredir)/highscores; fi
-if test `whoami` = root; then chgrp games $(highscoredir)/highscores; fi
-chmod 666 $(highscoredir)/highscores

EXTRA_DIST = $(gnudata_DATA)
EXTRA_DIST = $(hurddata_DATA)
9 changes: 0 additions & 9 deletions data/professor/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,4 @@ professordata_DATA = \
$(wildcard *.mid) \
#

# This will create a new empty highscores file
# NOTE! The user games must exist!
install-data-hook:
-mkdir -p $(highscoredir) # - if not root #!rzr
-touch $(highscoredir)/highscores
-if test `whoami` = root; then chown games $(highscoredir)/highscores; fi
-if test `whoami` = root; then chgrp games $(highscoredir)/highscores; fi
-chmod 666 $(highscoredir)/highscores

EXTRA_DIST = $(professordata_DATA)
9 changes: 0 additions & 9 deletions data/tux/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,4 @@ tiles.png \
tiles.png.pcx \
up.wav

# This will create a new empty highscores file
# NOTE! The user games must exist!
install-data-hook:
-mkdir -p $(highscoredir) # - if not root #!rzr
-touch $(highscoredir)/highscores
-if test `whoami` = root; then chown games $(highscoredir)/highscores; fi
-if test `whoami` = root; then chgrp games $(highscoredir)/highscores; fi
-chmod 666 $(highscoredir)/highscores

EXTRA_DIST = $(tuxdata_DATA)

0 comments on commit b574382

Please sign in to comment.