diff options
author | Pedro R.M. JĂșnior <pedrormjunior@gmail.com> | 2019-11-22 23:06:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-22 23:06:25 +0700 |
commit | 10b4c7896cfc1e5248dbd67c5e14f96b5f26a2c0 (patch) | |
tree | 842da94f64d7d4c4d39f373eebff6de37a22e92b /system/stow/stow.SlackBuild | |
parent | 7601a038b1c0524e668c2b9648ccbb9abbef1728 (diff) |
system/stow: Updated for version 2.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/stow/stow.SlackBuild')
-rw-r--r-- | system/stow/stow.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/system/stow/stow.SlackBuild b/system/stow/stow.SlackBuild index e13df69362309..f6189b5089cd0 100644 --- a/system/stow/stow.SlackBuild +++ b/system/stow/stow.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=stow -VERSION=${VERSION:-2.3.0} +VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,10 +63,6 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION -# Apply patch. For more information, see notes "Changes in version -# 2.3.1" in http://git.savannah.gnu.org/cgit/stow.git/tree/NEWS. -patch -p2 < $CWD/merge.diff - chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |