Browse Source

Correct sourcecode font make

SolidHal 3 years ago
parent
commit
2461da6060
1 changed files with 0 additions and 2 deletions
  1. 0 2
      filesystem/packages/font-source-code-pro/makefile

+ 0 - 2
filesystem/packages/font-source-code-pro/makefile

@@ -13,8 +13,6 @@ 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: