From d751622d7cfc6afafd4f2e852f595842cac73e37 Mon Sep 17 00:00:00 2001 From: idk Date: Thu, 5 Mar 2020 17:35:53 -0500 Subject: [PATCH] fix scripts and simplify Debian install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5efc041..930a131 100644 --- a/Makefile +++ b/Makefile @@ -305,7 +305,7 @@ deborig: version cp -r ./* ../i2psetproxy.js-$(VERSION) cp -v ./*.torrent ../i2psetproxy.js-$(VERSION)/ cd ../i2psetproxy.js-$(VERSION) && \ - rm -rf web-ext-artifacts .git && make torrent && \ + rm -rf web-ext-artifacts .git && \ tar \ -cvz \ --exclude=i2psetproxy.js.gif \