mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/julius: Fixed typo.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
7a7d1010c2
commit
d9f33e2245
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue