blob: 7ced8770061f26188966a957947f287a6b27ba0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1 2002/03/06 06:48:16 jmc Exp $
--- packages/pkg-bld.orig Tue Jan 12 22:03:47 1999
+++ packages/pkg-bld Wed Mar 6 05:48:19 2002
@@ -41,7 +41,7 @@
if test -d src/pkg/$PKG
then cd src/pkg/$PKG
- make INSTALL_DIR=$INSTALL_DIR install
+ make INSTALL_DIR=$INSTALL_DIR install install.so
else cp -p src/pkg/modules/$P.mif $INSTALL_DIR/resource/modules
cp -p src/pkg/modules/$P.mx $INSTALL_DIR/resource/modules
fi
|