libraries/crossguid: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
627573050b
commit
88ac9afff8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue