diff options
Diffstat (limited to 'office/hunspell-pl/hunspell-pl.SlackBuild')
-rw-r--r-- | office/hunspell-pl/hunspell-pl.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/office/hunspell-pl/hunspell-pl.SlackBuild b/office/hunspell-pl/hunspell-pl.SlackBuild index 39cb25e9e1..bf8116db24 100644 --- a/office/hunspell-pl/hunspell-pl.SlackBuild +++ b/office/hunspell-pl/hunspell-pl.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hunspell-pl -VERSION=${VERSION:-20160907} +VERSION=${VERSION:-20170131} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH="noarch" @@ -45,10 +45,10 @@ cd $PRGNAM-$VERSION bsdtar xvf pl_PL.zip chown -R root:root . find -L . \ -\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ --o -perm 511 \) -exec chmod 755 {} \; -o \ -\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ --o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p $PKG/usr/share/{hunspell,myspell/dicts} cp pl_PL.{aff,dic} $PKG/usr/share/hunspell |