cfa18b4416
Also known as "xtraeme's build package system". --HG-- extra : convert_revision : 119840ceae588fef65d6dcab651f607f54fa0be6
7 lines
268 B
Bash
7 lines
268 B
Bash
# This fixes the definitions that the perl binary uses to look at
|
|
# XBPS_MASTERDIR and not XBPS_DESTDIR!
|
|
|
|
$sed_cmd -e "s|$XBPS_DESTDIR\/$pkgname-$version|$XBPS_MASTERDIR|g" \
|
|
$wrksrc/config.h > $wrksrc/config.h.in && \
|
|
$mv_cmd -f $wrksrc/config.h.in $wrksrc/config.h
|