···23 # getmail spends a lot of effort to build an absolute path for
24 # documentation installation; too bad it is counterproductive now
25 sed -e '/datadir or prefix,/d' -i setup.py
026 '';
2728 meta = with lib; {
···23 # getmail spends a lot of effort to build an absolute path for
24 # documentation installation; too bad it is counterproductive now
25 sed -e '/datadir or prefix,/d' -i setup.py
26+ sed -e 's,/usr/bin/getmail,$(dirname $0)/getmail,' -i getmails
27 '';
2829 meta = with lib; {