wok diff ebtables/receipt @ rev 21877

Add libsodium & python-pynacl
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 28 18:18:15 2019 +0200 (2019-09-28)
parents 5913b5418083
children d741df010f45
line diff
     1.1 --- a/ebtables/receipt	Thu Aug 15 17:36:26 2013 +0000
     1.2 +++ b/ebtables/receipt	Sat Sep 28 18:18:15 2019 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	sed -i 's|uname -m|echo i486|' Makefile
     1.9  	sed -i 's/), ret = 0/), ret = ret - ret/' communication.c
    1.10  	mkdir -p $DESTDIR/etc/rc.d/init.d/ $DESTDIR/etc/sysconfig/
    1.11  	make && make DESTDIR=$DESTDIR -j1 install