# HG changeset patch # User Pascal Bellard # Date 1556609494 -7200 # Node ID 1034e11bdd0a7c26132d0eafb6b3d0dae4db4add # Parent e298c0c951d531d4be7e3d76ed83cb133ec36ef9 ttf-dejavu*: update web_site diff -r e298c0c951d5 -r 1034e11bdd0a busybox/stuff/busybox-1.30.config-static --- a/busybox/stuff/busybox-1.30.config-static Mon Apr 29 23:15:47 2019 +0200 +++ b/busybox/stuff/busybox-1.30.config-static Tue Apr 30 09:31:34 2019 +0200 @@ -276,7 +276,7 @@ # CONFIG_NL is not set # CONFIG_NOHUP is not set # CONFIG_NPROC is not set -CONFIG_OD=y +# CONFIG_OD is not set # CONFIG_PASTE is not set # CONFIG_PRINTENV is not set # CONFIG_PRINTF is not set diff -r e298c0c951d5 -r 1034e11bdd0a syslinux/stuff/iso2exe/init --- a/syslinux/stuff/iso2exe/init Mon Apr 29 23:15:47 2019 +0200 +++ b/syslinux/stuff/iso2exe/init Tue Apr 30 09:31:34 2019 +0200 @@ -282,7 +282,7 @@ is_loram() { - [ -s /lib/squashfs.ko* ] + [ -s /lib/modules/squashfs.ko* ] } ls_r() @@ -1031,7 +1031,7 @@ mount_loram() { is_loram || return - insmod /lib/squashfs.ko* 2> /dev/null + insmod /lib/modules/squashfs.ko* 2> /dev/null if [ -d /media/cdrom/fs ]; then ln -s /media/cdrom/fs /sqfs else @@ -1158,7 +1158,7 @@ shell() { trap text 2 - getty -n -l /bin/ash 38400 tty1 || sh + getty -n -l /bin/ash 38400 tty1 2> /dev/null || sh } BIN=bin/mount.posixovl diff -r e298c0c951d5 -r 1034e11bdd0a ttf-dejavu-extra/receipt --- a/ttf-dejavu-extra/receipt Mon Apr 29 23:15:47 2019 +0200 +++ b/ttf-dejavu-extra/receipt Tue Apr 30 09:31:34 2019 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="DejaVu TrueType fonts (extra)" MAINTAINER="pankso@slitaz.org" LICENSE="other" -WEB_SITE="https://dejavu-fonts.org/" +WEB_SITE="https://dejavu-fonts.github.io/" TAGS="font" WANTED="ttf-dejavu" diff -r e298c0c951d5 -r 1034e11bdd0a ttf-dejavu/receipt --- a/ttf-dejavu/receipt Mon Apr 29 23:15:47 2019 +0200 +++ b/ttf-dejavu/receipt Tue Apr 30 09:31:34 2019 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="DejaVu TrueType fonts (minimum)" MAINTAINER="pankso@slitaz.org" LICENSE="other" -WEB_SITE="https://dejavu-fonts.org/" +WEB_SITE="https://dejavu-fonts.github.io/" TARBALL="dejavu-fonts-ttf-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/dejavu/$TARBALL" TAGS="font"