[gnome-games] gnomine: Remove obsolete score build rules
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] gnomine: Remove obsolete score build rules
- Date: Thu, 27 Sep 2012 00:09:51 +0000 (UTC)
commit 0eae2665fdf9525693f30264d55463c594b77ffa
Author: Robert Ancell <robert ancell canonical com>
Date: Thu Sep 27 11:43:26 2012 +1200
gnomine: Remove obsolete score build rules
gnomine/Makefile.am | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/gnomine/Makefile.am b/gnomine/Makefile.am
index 608c414..b14967d 100644
--- a/gnomine/Makefile.am
+++ b/gnomine/Makefile.am
@@ -1,18 +1,3 @@
SUBDIRS = data src help
-SCOREFILES = Small Medium Large Custom
-
-install-data-local:
- -$(mkinstalldirs) $(DESTDIR)$(scoredir)
- ## Change the names of the high score files, unless the local user has
- ## beaten us to it.
- -if [ -f $(DESTDIR)$(scoredir)/gnomine.Tiny.scores -a ! -f $(DESTDIR)$(scoredir)/gnomine.Small.scores ]; then mv -f $(DESTDIR)$(scoredir)/gnomine.Tiny.scores $(DESTDIR)$(scoredir)/gnomine.Small.scores ; fi
- -if [ -f $(DESTDIR)$(scoredir)/gnomine.Biiiig.scores -a ! -f $(DESTDIR)$(scoredir)/gnomine.Large.scores ]; then mv -f $(DESTDIR)$(scoredir)/gnomine.Biiiig.scores $(DESTDIR)$(scoredir)/gnomine.Large.scores ; fi
- -for i in ${SCOREFILES} ; do \
- touch $(DESTDIR)$(scoredir)/gnomine.$$i.scores; \
- chown $(scores_user):$(scores_group) $(DESTDIR)$(scoredir)/gnomine.$$i.scores; \
- chmod 664 $(DESTDIR)$(scoredir)/gnomine.$$i.scores; \
- done
-
-
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]