Skip to content

Commit

Permalink
First draft for DragonflyBSD support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyil committed Apr 1, 2021
1 parent 2d14cb9 commit 12b13d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/bindeps.d/dragonfly.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
gcc=gcc
perl=perl5
1 change: 1 addition & 0 deletions etc/pacmans.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dragonfly=pkg update && pkg install-y
freebsd=pkg update && pkg install -y
linux-alpine_linux=apk add --no-cache
linux-archlinux=pacman -Sy --noconfirm
Expand Down
1 change: 1 addition & 0 deletions lib/actions/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ action() {

# Prepare environment for a reproducible install
case ${RSTAR_PLATFORM["key"]} in
dragonfly) LC_ALL=C ;;
linux-arch_linux) LC_ALL=en_US.UTF-8 ;;
*) LC_ALL=C.UTF-8 ;;
esac
Expand Down

0 comments on commit 12b13d2

Please sign in to comment.