wok diff mailsync/receipt @ rev 24240

updated perl-mime-types (2.17 -> 2.22)
author Hans-G?nter Theisgen
date Sun Jan 02 07:21:29 2022 +0100 (2022-01-02)
parents 959269cc91c6
children afae00265386
line diff
     1.1 --- a/mailsync/receipt	Sat Feb 27 17:05:52 2021 +0100
     1.2 +++ b/mailsync/receipt	Sun Jan 02 07:21:29 2022 +0100
     1.3 @@ -15,7 +15,7 @@
     1.4  WGET_URL2="https://www.mirrorservice.org/sites/ftp.cac.washington.edu/imap/$EXTRA_SOURCE_FILES"
     1.5  
     1.6  DEPENDS="libssl"
     1.7 -BUILD_DEPENDS="c-client openssl-dev"
     1.8 +BUILD_DEPENDS="c-client openssl-dev bash"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -29,6 +29,7 @@
    1.13  	make slx
    1.14  	cd ..
    1.15  
    1.16 +	sed -i 's|/bin/sh|/bin/bash|' configure
    1.17  	./configure --prefix=/usr				\
    1.18  		--with-c-client=$src/${EXTRA_SOURCE_FILES%%.*}	\
    1.19  		$CONFIGURE_ARGS &&