# HG changeset patch # User Rohit Joshi # Date 1244571530 0 # Node ID cb36ea9aacce744c06209521b65ef4dda668171b # Parent 776b87db31484fd6774e196750e29f7231c65c59 UP ; wpa_supplicant (0.6.9) diff -r 776b87db3148 -r cb36ea9aacce wpa_supplicant/receipt --- a/wpa_supplicant/receipt Tue Jun 09 18:14:07 2009 +0000 +++ b/wpa_supplicant/receipt Tue Jun 09 18:18:50 2009 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="wpa_supplicant" -VERSION="0.5.10" +VERSION="0.6.9" CATEGORY="utilities" SHORT_DESC="WPA Supplicant with support for WPA and WPA2" MAINTAINER="0dddba11@googlemail.com" @@ -14,7 +14,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + cd $src/$PACKAGE cp -a ./defconfig ./.config make } @@ -24,10 +24,10 @@ { mkdir -p $fs/usr/bin mkdir -p $fs/etc - cp -a $src/wpa_cli $fs/usr/bin - cp -a $src/wpa_supplicant $fs/usr/bin - cp -a $src/wpa_passphrase $fs/usr/bin - cp -a $src/wpa_supplicant.conf $fs/etc + cp -a $src/$PACKAGE/wpa_cli $fs/usr/bin + cp -a $src/$PACKAGE/wpa_supplicant $fs/usr/bin + cp -a $src/$PACKAGE/wpa_passphrase $fs/usr/bin + cp -a $src/$PACKAGE/wpa_supplicant.conf $fs/etc # Startup script cp -a stuff/etc $fs