summaryrefslogtreecommitdiff
path: root/mk/bulk/pre-build
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-09-24 16:22:08 +0000
committerhubertf <hubertf@pkgsrc.org>2000-09-24 16:22:08 +0000
commit75e412d56ff2db5f743215efb08e6c5f275ab5f3 (patch)
treec8dec46ef7c1ec86a2858ca61bb814650924187b /mk/bulk/pre-build
parent4b7f82d484aa11435013a6e8b31bd1e6da2ff600 (diff)
downloadpkgsrc-75e412d56ff2db5f743215efb08e6c5f275ab5f3.tar.gz
make lintpkgsrc operate on the right dir - with out -P, it goes for
/usr/pkgsrc instead of the current dir. Bad!
Diffstat (limited to 'mk/bulk/pre-build')
-rw-r--r--mk/bulk/pre-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/pre-build b/mk/bulk/pre-build
index 2fbfc71420a..fe0e8a5989f 100644
--- a/mk/bulk/pre-build
+++ b/mk/bulk/pre-build
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: pre-build,v 1.2 2000/09/15 22:27:16 hubertf Exp $
+# $NetBSD: pre-build,v 1.3 2000/09/24 16:22:08 hubertf Exp $
#
# Clean up system to be ready for bulk pkg build
#
@@ -31,7 +31,7 @@ echo CVS update done.
#
echo Removing old/broken distfiles and binary packages
( cd ${USR_PKGSRC}/pkgtools/pkglint ; make bulk-install )
-lintpkgsrc -r
+lintpkgsrc -r -P${USR_PKGSRC}
echo done.
#