Tags: patch I have generated a new patch with very important changes. As a result of my last fix the timed scores failed to work. I have fixed this issue by editing the Makefile.in . Please, disregard my last patch and consider this new submition as my definite fix for this issue.
Best regards
diff -Nur gweled-0.7/Makefile.in gweled-0.7.new/Makefile.in --- gweled-0.7/Makefile.in 2005-05-25 15:41:41.000000000 -0400 +++ gweled-0.7.new/Makefile.in 2008-02-05 18:32:59.000000000 -0430 @@ -634,6 +634,8 @@ fi \ done \ fi + -$(mkinstalldirs) $(DESTDIR)$(scoredir) + -if test "x$(setgid)" = "xtrue"; then chgrp $(scores_group) $(DESTDIR)$(bindir)/gweled && chmod 2555 $(DESTDIR)$(bindir)/gweled ; fi if test -d $(srcdir)/sounds; then \ $(mkinstalldirs) $(DESTDIR)$(datadir)/sounds/$(PACKAGE); \ for sound in $(srcdir)/sounds/*; do \ @@ -642,12 +644,6 @@ fi \ done \ fi - -$(mkinstalldirs) $(DESTDIR)$(scoredir) - touch $(DESTDIR)$(scoredir)/gweled.easy.scores - -chown $(scores_user):$(scores_group) $(DESTDIR)$(scoredir)/gweled.easy.scores - -chmod 664 $(DESTDIR)$(scoredir)/gweled.easy.scores - -if test "x$(setgid)" = "xtrue"; then chgrp $(scores_group) $(DESTDIR)$(bindir)/gweled && chmod 2555 $(DESTDIR)$(bindir)/gweled ; fi - dist-hook: if test -d pixmaps; then \ mkdir $(distdir)/pixmaps; \

