libraries/crossguid: Fix ownership.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sebastien BALLET 2017-07-15 07:31:10 +07:00 committed by Willy Sudiarto Raharjo
parent 627573050b
commit 88ac9afff8
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
cp -a $CWD/Makefile.$PRGNAM Makefile
cp $CWD/Makefile.$PRGNAM Makefile
CXXFLAGS="$SLKCFLAGS" \
make