04bd07c1c5
--HG-- extra : convert_revision : 0195de3a330193ea5caa9426ce893e682017e49c
8 lines
232 B
Bash
8 lines
232 B
Bash
# This fixes the definitions that the perl binary uses to look at
|
|
# prefix and not XBPS_DESTDIR/MASTERDIR.
|
|
|
|
$sed_cmd -i \
|
|
-e "s|$XBPS_DESTDIR\/$pkgname-$version|/usr|g" \
|
|
-e "s|$XBPS_MASTERDIR||g" \
|
|
$wrksrc/config.h
|