correct package name

This commit is contained in:
SolidHal 2020-07-07 23:24:51 -07:00
parent e25e4a8951
commit aee69a7566
1 changed files with 1 additions and 1 deletions

View File

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