Merge branch 'master' of github.com:cycojesus/slackbuilds
This commit is contained in:
commit
c0fe951e3f
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue