diff options
Diffstat (limited to 'desktop/materia-theme/materia-theme.SlackBuild')
-rw-r--r-- | desktop/materia-theme/materia-theme.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/desktop/materia-theme/materia-theme.SlackBuild b/desktop/materia-theme/materia-theme.SlackBuild index 5330170ef837..46feb5c06a10 100644 --- a/desktop/materia-theme/materia-theme.SlackBuild +++ b/desktop/materia-theme/materia-theme.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for materia-theme -# Copyright 2018 Leonardo Citrolo, Italy +# Copyright 2018-2020 Leonardo Citrolo, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=materia-theme -VERSION=${VERSION:-20180928} +VERSION=${VERSION:-20200916} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,11 +50,8 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p $PKG/usr/share/themes - ./install.sh --dest $PKG/usr/share/themes -find -L $PKG/usr/share/themes -type f -name index.theme -exec chmod 644 {} \; - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYING HACKING.md README.md TODO.md \ $PKG/usr/doc/$PRGNAM-$VERSION |