Blob Blame History Raw
--- Makefile~	2003-02-03 16:36:55.000000000 +0200
+++ Makefile	2004-07-03 15:27:29.820364547 +0300
@@ -26,8 +26,10 @@
 	install frozen-bubble frozen-bubble-editor $(BINDIR)
 	install -d $(DATADIR)/frozen-bubble
 	cp -a gfx snd data $(DATADIR)/frozen-bubble
+	rm -f $(DATADIR)/frozen-bubble/gfx/shoot/create.pl
+	rm -f $(DATADIR)/frozen-bubble/gfx/shoot/Makefile
 	install -d $(MANDIR)/man6
-	install doc/*.6 $(MANDIR)/man6
+	install -m 644 doc/*.6 $(MANDIR)/man6
 
 clean: 
 	@for n in $(DIRS); do \