wok-next diff mailsync/receipt @ rev 20560

openmotif: fix build; celestia: try but no luck
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Apr 08 17:12:24 2018 +0300 (2018-04-08)
parents e6615350078d
children d5aab818505e
line diff
     1.1 --- a/mailsync/receipt	Wed Feb 28 16:28:07 2018 +0200
     1.2 +++ b/mailsync/receipt	Sun Apr 08 17:12:24 2018 +0300
     1.3 @@ -19,9 +19,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	[ -s $SOURCES_REPOSITORY/$EXTRA_SOURCE_FILES ] ||
     1.8 -		wget -P $SOURCES_REPOSITORY $WGET_URL2
     1.9 -	tar xzf $SOURCES_REPOSITORY/$EXTRA_SOURCE_FILES
    1.10 +	[ -s $SRC/$EXTRA_SOURCE_FILES ] ||
    1.11 +		wget -P $SRC $WGET_URL2
    1.12 +	tar xzf $SRC/$EXTRA_SOURCE_FILES
    1.13  	cd $src/${EXTRA_SOURCE_FILES%%.*}
    1.14  	sed -i 's|SSLCFLAGS)|SSLCFLAGS) -I/usr/include/openssl|' \
    1.15  		src/osdep/unix/Makefile