mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/pidgin-mra: Fix icon permissions.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
0d781a2919
commit
2724c4d7dd
1 changed files with 7 additions and 1 deletions
|
@ -4,11 +4,14 @@
|
|||
|
||||
# Written by chinarulezzz (s.alex08@mail.ru)
|
||||
|
||||
# 20220419 bkw: Modified by SlackBuilds.org, BUILD=2:
|
||||
# - fix icon permissions.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pidgin-mra
|
||||
VERSION=${VERSION:-0.1.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -81,6 +84,9 @@ make install \
|
|||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
# 20220419 bkw: ugh.
|
||||
chmod 0644 $PKG/usr/share/pixmaps/pidgin/protocols/*/*.png
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING ChangeLog README TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
Loading…
Reference in a new issue