diff options
author | hubertf <hubertf> | 2000-09-24 16:22:08 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-09-24 16:22:08 +0000 |
commit | 967f5ac53ef69866784fad6ac2855a3444c6a013 (patch) | |
tree | c8dec46ef7c1ec86a2858ca61bb814650924187b /mk/bulk | |
parent | ea2d227ff3dc38e9912ce3331aa21e54e532db0d (diff) | |
download | pkgsrc-967f5ac53ef69866784fad6ac2855a3444c6a013.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')
-rw-r--r-- | mk/bulk/pre-build | 4 |
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. # |