Merge branch 'master' of github.com:cycojesus/slackbuilds

This commit is contained in:
Gwenhael Le Moine 2017-05-04 09:29:00 +02:00
commit c0fe951e3f
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -28,7 +28,7 @@ mkdir -p $PKG
VERSION="$( cd $REPOSITORY && git log -1 --format=%h_%ad --date=format:%Y.%m.%d )"
mkdir -p $PKG$PREFIX/bin
cp $REPOSITORY/getssl $REPOSITORY/create-getssl-config $PKG$PREFIX/bin/
cp $REPOSITORY/getssl $PKG$PREFIX/bin/
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location
@ -39,8 +39,6 @@ cp $REPOSITORY/LICENSE $REPOSITORY/README.md $PKG$PREFIX/doc/$PRGNAM
cd $PKG
chown -R root:root *
find $PKG$PREFIX/man -type f -not -name \*.gz -exec gzip -9 {} \;
# embaumement
mkdir -p $PKG/install