Changes necessary for FreeBSD

This commit is contained in:
Bernhard Gschaider 2014-03-13 18:33:45 +01:00
parent 240d710a6e
commit d1d83c21f4
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#! /bin/bash #! /usr/bin/env bash
boxName=$1 boxName=$1
@ -8,7 +8,7 @@ echo
pkg install -fy virtualbox-ose-additions pkg install -fy virtualbox-ose-additions
neededPackages=(mercurial git flex bison ccache rpm wget) neededPackages=(mercurial git flex bison ccache rpm4 wget)
bonusPackages=(emacs24 zsh) bonusPackages=(emacs24 zsh)
for p in ${neededPackages[@]}; do for p in ${neededPackages[@]}; do

View file

@ -1,4 +1,4 @@
#! /bin/bash #! /usr/bin/env bash
echo echo
echo "Copying stuff from skeleton" echo "Copying stuff from skeleton"

View file

@ -1,4 +1,4 @@
#! /bin/bash #! /usr/bin/env bash
# Just to be sure # Just to be sure
export WM_SCHEDULER=ccache export WM_SCHEDULER=ccache