diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2011-03-20 20:15:05 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-24 19:23:13 -0500 |
commit | d9f33e2245d9fb482e99e8302d958b7533dce80c (patch) | |
tree | 4a964f56a977d185d0cd0e12053a361109bd2f23 /development/julius | |
parent | 7a7d1010c2edf0256ca0b8e1fcdedda104c50b04 (diff) | |
download | slackbuilds-d9f33e2245d9fb482e99e8302d958b7533dce80c.tar.gz |
development/julius: Fixed typo.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/julius')
-rw-r--r-- | development/julius/julius.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/julius/julius.SlackBuild b/development/julius/julius.SlackBuild index 527195dc05..b6f989be41 100644 --- a/development/julius/julius.SlackBuild +++ b/development/julius/julius.SlackBuild @@ -79,7 +79,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install -find $PKG/usr/man -type -f -exec gzip -9 {} \; +find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ |