Massive renaming, pkgfs is now called xbps.
Also known as "xtraeme's build package system". --HG-- extra : convert_revision : 119840ceae588fef65d6dcab651f607f54fa0be6
This commit is contained in:
parent
b947d143c7
commit
cfa18b4416
195 changed files with 377 additions and 393 deletions
4
templates/perl-runstuff-before-build.sh
Executable file → Normal file
4
templates/perl-runstuff-before-build.sh
Executable file → Normal file
|
@ -1,6 +1,6 @@
|
|||
# This fixes the definitions that the perl binary uses to look at
|
||||
# PKGFS_MASTERDIR and not PKGFS_DESTDIR!
|
||||
# XBPS_MASTERDIR and not XBPS_DESTDIR!
|
||||
|
||||
$sed_cmd -e "s|$PKGFS_DESTDIR\/$pkgname-$version|$PKGFS_MASTERDIR|g" \
|
||||
$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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue