make: LOCALBASE should be used

This commit is contained in:
Franco Fichtner 2019-05-14 07:24:59 +02:00
parent c3aa7013ae
commit 28f87839f2
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ upgrade-check:
upgrade: upgrade-check clean-pkgdir package
@${PKG} delete -fy ${CORE_NAME} || true
@${PKG} add ${PKGDIR}/*.${PKG_FORMAT}
@touch /usr/local/opnsense/www/index.php
@touch ${LOCALBASE}/opnsense/www/index.php
@pluginctl webgui
lint-shell: