blob: 4792b5be5b5c86cb2362a43524acb1ee9e8bc226 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.6 2005/10/03 15:00:12 wiz Exp $
--- contrib/Makefile.am.orig 2001-07-18 15:48:55.000000000 +0200
+++ contrib/Makefile.am
@@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in
-bin_SCRIPTS = ocs
+pkgdata_DATA = ocs
+
EXTRA_DIST = ocs README xcscope webcscope
|