1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/skip/scripts/pre-patch
Julian Elischer de8a9e2851 Add a package for the SKIP package from Sun Microsystems,
for making secure pipes across the internet (etc.)
1998-01-09 23:23:58 +00:00

13 lines
171 B
Bash

#!/bin/sh
#
# Set user-writable flags so patch(1) doesn't trip up.
#
FIXDIRS="${WRKSRC}/skip/man ${WRKSRC}/admin"
for DIR in ${FIXDIRS}; do
chmod -R u+w ${DIR}
done