Skip to content

Commit

Permalink
My dotfiles now work with BSD make.
Browse files Browse the repository at this point in the history
Dotfiles were previously reliant upon gmake but I've since made them
more compatible with BSD.
  • Loading branch information
rosstimson committed Mar 29, 2016
1 parent d27b02e commit 1f258de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosstimson/dotfiles.sls
Expand Up @@ -6,7 +6,7 @@ dotfiles:
- require:
- pkg: base.packages
cmd.wait:
- name: gmake install
- name: make install
- cwd: /home/rosstimson/code/dotfiles
- shell: /usr/local/bin/bash
- user: rosstimson
Expand Down

0 comments on commit 1f258de

Please sign in to comment.