mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
misc/wcd: Fixed file ownership.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
90c9fb98af
commit
62b9dfac3e
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,7 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION/src
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -68,6 +68,8 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
cd src
|
||||
|
||||
RPM_OPT_FLAGS="$SLKCFLAGS" \
|
||||
make all
|
||||
make \
|
||||
|
|
Loading…
Reference in a new issue