From b62d64bb0f893965a2bb5ab73e0f5239d544c8ba Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 31 May 2021 12:23:49 -0400 Subject: [PATCH] fix include optional jpackage install in profile.tgz line --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f021c4..973ee4c 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ profile: build/profile/user.js build/profile/prefs.js build/profile/bookmarks.ht profile.tgz: profile $(eval PROFILE_VERSION := $(shell cat src/profile/version.txt)) @echo "building profile tarball $(PROFILE_VERSION)" - bash -c 'ls I2P && cp -rv I2P build/app-profile/I2P'; true + bash -c 'ls I2P && cp -rv I2P build/profile/I2P'; true install -m755 src/unix/i2pbrowser.sh build/profile/i2pbrowser.sh cd build && tar -czf profile-$(PROFILE_VERSION).tgz profile && cp profile-$(PROFILE_VERSION).tgz ../