Fix the distribution path for -ALPHA builds, which are under
the snapshots directory, not releases. Reported by: David Marec david.marec _at_ davenulle _dot_ org Approved by: re (rgrimes) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
7319ac8127
commit
166f8f4c6d
@ -161,7 +161,7 @@ _UNAME_R=`uname -r`
|
||||
_UNAME_R=${_UNAME_R%-p*}
|
||||
|
||||
case ${_UNAME_R} in
|
||||
*-CURRENT|*-STABLE|*-PRERELEASE)
|
||||
*-ALPHA*|*-CURRENT|*-STABLE|*-PRERELEASE)
|
||||
RELDIR="snapshots"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user