copy font package into local apt repo after build

This commit is contained in:
SolidHal 2020-07-07 23:23:29 -07:00
parent 1ffb33c36a
commit e25e4a8951
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ default: $(PACKAGE_NAME_DEB)
$(PACKAGE_NAME_DEB):
@echo Building $@
cd src/; debuild -us -uc
mkdir -p $(PRAWNOS_LOCAL_APT_REPO)
cp $(PACKAGE_NAME) $(PRAWNOS_LOCAL_APT_REPO)
.PHONY: clean
clean: