瀏覽代碼

Correct sourcecode font make

SolidHal 3 年之前
父節點
當前提交
2461da6060
共有 1 個文件被更改,包括 0 次插入2 次删除
  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: