wok rev 21459

ttf-dejavu*: update web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 30 09:31:34 2019 +0200 (2019-04-30)
parents e298c0c951d5
children 0ef373cebc01
files busybox/stuff/busybox-1.30.config-static syslinux/stuff/iso2exe/init ttf-dejavu-extra/receipt ttf-dejavu/receipt
line diff
     1.1 --- a/busybox/stuff/busybox-1.30.config-static	Mon Apr 29 23:15:47 2019 +0200
     1.2 +++ b/busybox/stuff/busybox-1.30.config-static	Tue Apr 30 09:31:34 2019 +0200
     1.3 @@ -276,7 +276,7 @@
     1.4  # CONFIG_NL is not set
     1.5  # CONFIG_NOHUP is not set
     1.6  # CONFIG_NPROC is not set
     1.7 -CONFIG_OD=y
     1.8 +# CONFIG_OD is not set
     1.9  # CONFIG_PASTE is not set
    1.10  # CONFIG_PRINTENV is not set
    1.11  # CONFIG_PRINTF is not set
     2.1 --- a/syslinux/stuff/iso2exe/init	Mon Apr 29 23:15:47 2019 +0200
     2.2 +++ b/syslinux/stuff/iso2exe/init	Tue Apr 30 09:31:34 2019 +0200
     2.3 @@ -282,7 +282,7 @@
     2.4  
     2.5  is_loram()
     2.6  {
     2.7 -	[ -s /lib/squashfs.ko* ]
     2.8 +	[ -s /lib/modules/squashfs.ko* ]
     2.9  }
    2.10  
    2.11  ls_r()
    2.12 @@ -1031,7 +1031,7 @@
    2.13  mount_loram()
    2.14  {
    2.15  	is_loram || return
    2.16 -	insmod /lib/squashfs.ko* 2> /dev/null
    2.17 +	insmod /lib/modules/squashfs.ko* 2> /dev/null
    2.18  	if [ -d /media/cdrom/fs ]; then
    2.19  		ln -s /media/cdrom/fs /sqfs
    2.20  	else
    2.21 @@ -1158,7 +1158,7 @@
    2.22  shell()
    2.23  {
    2.24  	trap text 2
    2.25 -	getty -n -l /bin/ash 38400 tty1 || sh
    2.26 +	getty -n -l /bin/ash 38400 tty1 2> /dev/null || sh
    2.27  }
    2.28  
    2.29  BIN=bin/mount.posixovl
     3.1 --- a/ttf-dejavu-extra/receipt	Mon Apr 29 23:15:47 2019 +0200
     3.2 +++ b/ttf-dejavu-extra/receipt	Tue Apr 30 09:31:34 2019 +0200
     3.3 @@ -6,7 +6,7 @@
     3.4  SHORT_DESC="DejaVu TrueType fonts (extra)"
     3.5  MAINTAINER="pankso@slitaz.org"
     3.6  LICENSE="other"
     3.7 -WEB_SITE="https://dejavu-fonts.org/"
     3.8 +WEB_SITE="https://dejavu-fonts.github.io/"
     3.9  TAGS="font"
    3.10  
    3.11  WANTED="ttf-dejavu"
     4.1 --- a/ttf-dejavu/receipt	Mon Apr 29 23:15:47 2019 +0200
     4.2 +++ b/ttf-dejavu/receipt	Tue Apr 30 09:31:34 2019 +0200
     4.3 @@ -6,7 +6,7 @@
     4.4  SHORT_DESC="DejaVu TrueType fonts (minimum)"
     4.5  MAINTAINER="pankso@slitaz.org"
     4.6  LICENSE="other"
     4.7 -WEB_SITE="https://dejavu-fonts.org/"
     4.8 +WEB_SITE="https://dejavu-fonts.github.io/"
     4.9  TARBALL="dejavu-fonts-ttf-$VERSION.tar.bz2"
    4.10  WGET_URL="$SF_MIRROR/dejavu/$TARBALL"
    4.11  TAGS="font"