12345678910111213 |
- $OpenBSD: patch-Makefile,v 1.6 2017/06/09 10:20:22 dcoppa Exp $
- Index: Makefile
- --- Makefile.orig
- +++ Makefile
- @@ -90,6 +90,7 @@ install-examples:
- @echo installing examples to ${example_dir}
- @mkdir -p ${example_dir}
- @cp examples/* ${example_dir}
- + @rm -f ${example_dir}/*.{beforesubst,orig}
- @chmod 644 ${example_dir}/*
-
- install-applications:
|