--- /usr/portage/net-wireless/bluez-utils/bluez-utils-2.17.ebuild 2005-05-25 10:30:22.000000000 +1000 +++ /usr/local/portage/net-wireless/bluez-utils/bluez-utils-2.17.ebuild 2005-06-14 03:01:30.000000000 +1000 @@ -36,6 +36,9 @@ src_unpack() { sed -e "s:= bluepin:= :" \ ${T}/Makefile.in > scripts/Makefile.in fi + # fix storagedir + sed -ie 's:storagedir="${localstatedir}/lib/bluetooth":storagedir="${localstatedir}/bluetooth":' \ + ${S}/configure cd ${S}/scripts epatch ${FILESDIR}/2.15-bluepin.patch }