From 8edb1cd5a6a03b391003a1047e0b3ca6d22acd45 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 13 Jun 2010 18:06:45 +0200 Subject: bulk package update --- scripts/create-image.sh | 2 +- scripts/scan-pkgs.sh | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'scripts') diff --git a/scripts/create-image.sh b/scripts/create-image.sh index b4824aea7..7536cd814 100755 --- a/scripts/create-image.sh +++ b/scripts/create-image.sh @@ -79,7 +79,7 @@ printf "Creating filesystem $filesystem\n" printf "Create partition and filesystem\n" $parted -s $1 mklabel msdos -$parted -s $1 mkpart primary ext2 0 100% +$parted -s $1 mkpart primary ext2 0 98% $parted -s $1 set 1 boot on dd if=$1 of=mbr bs=16384 count=1 2>/dev/null diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh index c3724740f..20471ad57 100644 --- a/scripts/scan-pkgs.sh +++ b/scripts/scan-pkgs.sh @@ -123,14 +123,14 @@ if [[ -n $NEED_CURLDEV ]];then fi fi -if [[ -n $NEED_SSLDEV ]]; then - if ! test -f /usr/lib/pkgconfig/openssl.pc >/dev/null; then - if ! test -f /usr/include/openssl/ssl.h >/dev/null; then - echo >&2 You need openssl headers to build $NEED_SQUID - out=1 - fi - fi -fi +#if [[ -n $NEED_SSLDEV ]]; then +# if ! test -f /usr/lib/pkgconfig/openssl.pc >/dev/null; then +# if ! test -f /usr/include/openssl/ssl.h >/dev/null; then +# echo >&2 You need openssl headers to build $NEED_SSLDEV +# out=1 +# fi +# fi +#fi if [[ -n $NEED_MKFONTDIR ]]; then if ! which mkfontdir >/dev/null 2>&1; then -- cgit v1.2.3