Hotfix the pkg-plist file for the cloudsetup port

This commit is contained in:
Jørn Åne de Jong 2022-05-30 16:19:37 +02:00 committed by Nico Schottelius
parent 03aee8ad68
commit b14fa3db42
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ fi
if [ -n "$CLOUDSETUP_VERSION" ]
then
sed -i .bak -e '/^PORTVERSION=/ s/[0-9]*\.[0-9]*/'"$CLOUDSETUP_VERSION/" /usr/ports/sysutils/firstboot-cloudsetup/Makefile
echo '%%DATADIR%%/userconf-getent.sh' >> /usr/ports/sysutils/firstboot-cloudsetup/pkg-plist
make -C /usr/ports/sysutils/firstboot-cloudsetup makesum
fi
make -C /usr/ports/sysutils/firstboot-cloudsetup clean package