fix path
This commit is contained in:
parent
85a5b3222c
commit
9b7e268a59
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# $OpenBSD: check-manpages,v 1.1 2000/11/12 17:06:26 espie Exp $
|
||||
# $OpenBSD: check-manpages,v 1.2 2004/02/10 20:37:45 espie Exp $
|
||||
# Copyright (c) 2000
|
||||
# Marc Espie. All rights reserved.
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
: ${PORTSDIR=/usr/ports}
|
||||
: ${ARCH=`uname -m`}
|
||||
: ${PACKAGES=${PORTSDIR}/packages/${ARCH}/All}
|
||||
: ${PACKAGES=${PORTSDIR}/packages/${ARCH}/all}
|
||||
|
||||
rm -rf man
|
||||
for i in ${PACKAGES}/*
|
||||
|
Loading…
Reference in New Issue
Block a user