diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/watch.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/watch.rb b/Library/Formula/watch.rb index 94838cd82..a8618183f 100644 --- a/Library/Formula/watch.rb +++ b/Library/Formula/watch.rb @@ -9,7 +9,7 @@ class Watch < Formula conflicts_with 'visionmedia-watch' def install - system "make", "watch", "PKG_LDFLAGS=-Wl" + system "make", "watch", "PKG_LDFLAGS=" bin.install "watch" man1.install "watch.1" end |
