031bb66478
Additional DEINSTALL fix by yours truly.
19 lines
781 B
Plaintext
19 lines
781 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.2 2004/02/12 16:09:18 naddy Exp $
|
|
--- src/Makefile.in.orig 2002-02-24 08:15:01.000000000 -0800
|
|
+++ src/Makefile.in 2004-02-07 12:38:53.000000000 -0800
|
|
@@ -425,12 +425,12 @@ install-data-local:
|
|
$(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)$(inst_dir)/lbreakout2.hscr; \
|
|
fi;
|
|
|
|
uninstall-local:
|
|
rm -rf $(DESTDIR)$(inst_dir)
|
|
- rm -f $(DESTDIR)$(hi_dir)/lbreakout2.hscr
|
|
+ rm -f $(DESTDIR)$(inst_dir)/lbreakout2.hscr
|
|
rm -rf $(DESTDIR)$(doc_dir)/lbreakout2
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|