2008-10-02 01:38:12 +02:00
|
|
|
# This fixes the definitions that the perl binary uses to look at
|
2008-10-13 07:32:05 +02:00
|
|
|
# XBPS_MASTERDIR and not XBPS_DESTDIR!
|
2008-10-02 01:38:12 +02:00
|
|
|
|
2008-10-13 07:32:05 +02:00
|
|
|
$sed_cmd -e "s|$XBPS_DESTDIR\/$pkgname-$version|$XBPS_MASTERDIR|g" \
|
2008-10-02 01:38:12 +02:00
|
|
|
$wrksrc/config.h > $wrksrc/config.h.in && \
|
|
|
|
$mv_cmd -f $wrksrc/config.h.in $wrksrc/config.h
|