wok-next rev 15388
hostapd: fix path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 29 16:34:13 2013 +0000 (2013-10-29) |
parents | 64ae641ba66c |
children | 6ea1cc0c497f |
files | hostapd/receipt |
line diff
1.1 --- a/hostapd/receipt Sun Oct 27 11:08:11 2013 +0000 1.2 +++ b/hostapd/receipt Tue Oct 29 16:34:13 2013 +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 }