summaryrefslogtreecommitdiffstats
path: root/system/stow/stow.SlackBuild
diff options
context:
space:
mode:
author Pedro R.M. JĂșnior2019-11-22 17:06:25 +0100
committer Willy Sudiarto Raharjo2019-11-22 17:06:25 +0100
commit10b4c7896cfc1e5248dbd67c5e14f96b5f26a2c0 (patch)
tree842da94f64d7d4c4d39f373eebff6de37a22e92b /system/stow/stow.SlackBuild
parent7601a038b1c0524e668c2b9648ccbb9abbef1728 (diff)
downloadslackbuilds-10b4c7896cfc1e5248dbd67c5e14f96b5f26a2c0.tar.gz
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.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/system/stow/stow.SlackBuild b/system/stow/stow.SlackBuild
index e13df69362..f6189b5089 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 \