updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / xblast / Makefile.am.patch
blob404b3dae21cbc35f019d476caf82446753fea798
1 --- Makefile.am.orig 2006-12-03 01:32:07.000000000 +0100
2 +++ Makefile.am 2006-12-03 01:32:21.000000000 +0100
3 @@ -85,24 +85,6 @@
4 localedir = $(game_datadir)/locale
5 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
7 -install-data-local:
8 - @$(NORMAL_INSTALL)
9 - if test -d $(srcdir)/image; then \
10 - $(mkinstalldirs) $(DESTDIR)$(game_datadir); \
11 - $(mkinstalldirs) $(DESTDIR)$(game_datadir)/image; \
12 - cp -r $(srcdir)/image/* $(DESTDIR)$(game_datadir)/image;\
13 - fi; \
14 - if test -d $(srcdir)/level; then \
15 - $(mkinstalldirs) $(DESTDIR)$(game_datadir)/ ; \
16 - $(mkinstalldirs) $(DESTDIR)$(game_datadir)/level; \
17 - cp -r $(srcdir)/level/* $(DESTDIR)$(game_datadir)/level;\
18 - fi; \
19 - if test -d $(srcdir)/sounds; then \
20 - $(mkinstalldirs) $(DESTDIR)$(game_datadir)/ ; \
21 - $(mkinstalldirs) $(DESTDIR)$(game_datadir)/sounds; \
22 - cp -r $(srcdir)/sounds/* $(DESTDIR)$(game_datadir)/sounds;\
23 - fi;
25 indent:
26 indent -npro -gnu -ts4 -i4 -br -lp -sob -l100 -ss -ncs *.[ch]