# HG changeset patch # User Pascal Bellard # Date 1383064453 0 # Node ID 4f3e82a679d078c5edeb6657f640fa2eba5edede # Parent 64ae641ba66c50188942a60ee0d46fe777d252e1 hostapd: fix path diff -r 64ae641ba66c -r 4f3e82a679d0 hostapd/receipt --- a/hostapd/receipt Sun Oct 27 11:08:11 2013 +0000 +++ b/hostapd/receipt Tue Oct 29 16:34:13 2013 +0000 @@ -20,7 +20,7 @@ cp -a $stuff/config $src/hostapd/.config mkdir -p $DESTDIR/usr/bin cd $src/hostapd - sed -i "s|/usr/local/bin|$DESTDIR/usr/bin|" Makefile + sed -i "s|/usr/local/bin|/usr/bin|" Makefile export CFLAGS="$CFLAGS $(pkg-config --cflags libnl-3.0)" make && make DESTDIR=$DESTDIR install }