summaryrefslogtreecommitdiffstats
path: root/system/man-pages-es
diff options
context:
space:
mode:
author B. Watson2021-08-28 14:29:06 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:51:50 +0200
commit1921c1b955cc3200b3bcf0e9f50bc2de964f47bd (patch)
treeb8906a2c4920b0cb710a7f23d95fa9c2043d72b2 /system/man-pages-es
parentb22ff79e15d34709db57956043e9212bc674f2c1 (diff)
downloadslackbuilds-1921c1b955cc3200b3bcf0e9f50bc2de964f47bd.tar.gz
system/man-pages-es: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/man-pages-es')
-rw-r--r--system/man-pages-es/README4
-rw-r--r--system/man-pages-es/man-pages-es.SlackBuild11
-rw-r--r--system/man-pages-es/man-pages-es.info6
3 files changed, 7 insertions, 14 deletions
diff --git a/system/man-pages-es/README b/system/man-pages-es/README
index 0b9a5a385a..5c8e242bcd 100644
--- a/system/man-pages-es/README
+++ b/system/man-pages-es/README
@@ -2,8 +2,8 @@ man-pages-es (paginas de manual en Espanol)
Spanish translation of man-pages and man-pages-extra.
-LANG should be set to something like es_ES, to see Spanish man pages. UTF-8
-doesn't work without editing /usr/lib(64)?/man.conf.
+LANG should be set to something like es_ES, to see Spanish man
+pages. UTF-8 doesn't work without editing /usr/lib(64)?/man.conf.
Note that the package maintainer doesn't read Spanish well, so please,
use English if you're sending an email.
diff --git a/system/man-pages-es/man-pages-es.SlackBuild b/system/man-pages-es/man-pages-es.SlackBuild
index b3b0ac57b4..491170bf84 100644
--- a/system/man-pages-es/man-pages-es.SlackBuild
+++ b/system/man-pages-es/man-pages-es.SlackBuild
@@ -16,9 +16,6 @@ PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -43,11 +40,8 @@ rm -rf $PRGNAM-$VERSION $EXTRAPRG-$EXTRAVER
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$EXTRAPRG-$EXTRAVER.tar.gz
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 {} \;
+find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
# in case of dupes between man-pages-es main package and -extra, we use the
# one from -extra.
@@ -69,7 +63,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
-#cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/system/man-pages-es/man-pages-es.info b/system/man-pages-es/man-pages-es.info
index a8d2bcd330..560d4da1eb 100644
--- a/system/man-pages-es/man-pages-es.info
+++ b/system/man-pages-es/man-pages-es.info
@@ -1,8 +1,8 @@
PRGNAM="man-pages-es"
VERSION="1.55"
-HOMEPAGE="http://ditec.um.es/~piernas/manpages-es/"
-DOWNLOAD="http://ditec.um.es/~piernas/manpages-es/man-pages-es-1.55.tar.bz2 \
- http://ditec.um.es/~piernas/manpages-es/man-pages-es-extra-0.8a.tar.gz"
+HOMEPAGE="https://ditec.um.es/~piernas/manpages-es/"
+DOWNLOAD="https://ditec.um.es/~piernas/manpages-es/man-pages-es-1.55.tar.bz2 \
+ https://ditec.um.es/~piernas/manpages-es/man-pages-es-extra-0.8a.tar.gz"
MD5SUM="b71f701dcae827f2f5e4e848c66321fc \
5827f41f77658df17f550b7f8e831432"
DOWNLOAD_x86_64=""