wok diff hostapd/receipt @ rev 15783
xorg-libXfont: security fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 13 12:46:49 2014 +0000 (2014-01-13) |
parents | 7896f0694ef6 |
children | fa39e0a3612e |
line diff
1.1 --- a/hostapd/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/hostapd/receipt Mon Jan 13 12:46:49 2014 +0000 1.3 @@ -20,7 +20,7 @@ 1.4 cp -a $stuff/config $src/hostapd/.config 1.5 mkdir -p $DESTDIR/usr/bin 1.6 cd $src/hostapd 1.7 - sed -i "s|/usr/local/bin|$DESTDIR/usr/bin|" Makefile 1.8 + sed -i "s|/usr/local/bin|/usr/bin|" Makefile 1.9 export CFLAGS="$CFLAGS $(pkg-config --cflags libnl-3.0)" 1.10 make && make DESTDIR=$DESTDIR install 1.11 }