font-adobe-utopia-type1: don't forget to run mkfont* stuff.
[pkgfs.git] / templates / perl-runstuff-before-build.sh
blob0486687dba5052fff325954d466c2e15b8187308
1 # This fixes the definitions that the perl binary uses to look at
2 # PKGFS_MASTERDIR and not PKGFS_DESTDIR!
4 $sed_cmd -e "s|$PKGFS_DESTDIR\/$pkgname-$version|$PKGFS_MASTERDIR|g" \
5 $wrksrc/config.h > $wrksrc/config.h.in && \
6 $mv_cmd -f $wrksrc/config.h.in $wrksrc/config.h