blob: fd992fbeb7c85616e1ab4f11bb5ad965ae923186 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2002/05/05 22:13:39 rh Exp $
--- src/Makefile.am.orig Sat Feb 16 15:06:38 2002
+++ src/Makefile.am
@@ -23,7 +23,7 @@
$(mkinstalldirs) $(DESTDIR)$(inst_dir)
$(mkinstalldirs) $(DESTDIR)$(hi_dir)
if ! test -f $(DESTDIR)$(hi_dir)/lbreakout2.hscr; then \
- $(INSTALL_DATA) --mode=666 empty.hscr $(DESTDIR)$(hi_dir)/lbreakout2.hscr; \
+ $(INSTALL_DATA) empty.hscr $(DESTDIR)$(hi_dir)/lbreakout2.hscr; \
fi;
uninstall-local:
|