Skip to content

Commit

Permalink
Bump OSX pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae committed Jul 1, 2016
1 parent 96941d6 commit 6037d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
DESTDIR=/tmp/fsmon_pkg
PREFIX=/usr/local
PKGDIR="$(pwd)/fsmon.unpkg"
[ -z "${VERSION}" ] && VERSION=1.1
[ -z "${VERSION}" ] && VERSION=1.4
[ -z "${MAKE}" ] && MAKE=make
VERSION=1.2
VERSION=1.4

rm -rf "${DESTDIR}"
${MAKE} clean
Expand Down

0 comments on commit 6037d28

Please sign in to comment.