Now using gnome2 libraries. Changes: - moving ships - gold resource - pirate ship - maps may specify locations where setup is not allowed. - It is now possible to view games. When logging in to a game which is full, the user is considered a viewer. Viewers don't play, but they can watch the others and chat. - bugfixes
13 lines
431 B
Text
13 lines
431 B
Text
$NetBSD: patch-aa,v 1.4 2003/12/14 17:44:32 wiz Exp $
|
|
|
|
--- client/Makefile.in.orig Tue Oct 14 16:50:26 2003
|
|
+++ client/Makefile.in
|
|
@@ -710,7 +710,7 @@ dist-hook:
|
|
install-data-hook:
|
|
mkdir -p $(DESTDIR)$(imagedir)
|
|
tar -c -f - -C themes . | \
|
|
- tar -x -f - --mode=u+w,ugo+rX --no-same-owner -C $(DESTDIR)$(imagedir)
|
|
+ tar -x -f - -C $(DESTDIR)$(imagedir)
|
|
find $(DESTDIR)$(imagedir) -name CVS | xargs rm -rf
|
|
|
|
gui.o: authors.h
|