From f127fb8f530f45533c15699f282618003db4d795 Mon Sep 17 00:00:00 2001 From: Pea Nut <peanut2@systemli.org> Date: Wed, 26 Jun 2024 16:04:50 +0200 Subject: [PATCH] Revert "Add "un/install dev target for linux" to Makefile" This reverts commit 6b18a1109d6f8780178de8178c02acf0a85545d4. The file gets deployed if installed as package or by using -i/--install-helper. --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 107b418d..f4258a43 100644 --- a/Makefile +++ b/Makefile @@ -456,9 +456,3 @@ generate_locales: get_%: @curl -L -X GET --user "api:${API_TOKEN}" "https://www.transifex.com/api/2/project/bitmask/resource/bitmask-desktop/translation/${subst -,_,$*}/?file" > gui/i18n/main_$*.ts - -install_dev_linux: - @sudo install -m 0755 pkg/pickle/helpers/bitmask-root /usr/bin/bitmask-root - -uninstall_dev_linux: - @sudo rm -rf /usr/bin/bitmask-root -- GitLab