Searched refs:ZFS_DIR (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzimport.sh223 # ZFS_DIR - The zfs directory name
230 ZFS_DIR="$SRC_DIR_ZFS/$ZFS_TAG"
391 if [ -d "$ZFS_DIR" ]; then
410 mkdir -p "$ZFS_DIR" || fail "Failed to create $ZFS_DIR"
411 curl -sL "$ZFS_URL" | tar -xz -C "$ZFS_DIR" \
425 if [ -f "$ZFS_DIR/module/zfs/zfs.ko" ]; then
430 cd "$ZFS_DIR" || fail "Failed 'cd $ZFS_DIR'"
481 cd "$ZFS_DIR" || fai
[all...]

Completed in 39 milliseconds