mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/gchemutils: Fix typo in script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
a70ac751d7
commit
383841a433
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ CXXFLAGS="$SLKCFLAGS -std=c++14" \
|
|||
|
||||
make
|
||||
make install-strip DESTDIR=$PKG
|
||||
gzip -9 $PKG/usr/man/man*
|
||||
gzip -9 $PKG/usr/man/man*/*
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
|
|
Loading…
Reference in a new issue