File: remove-makefile.patch

package info (click to toggle)
bettercap-ui 1.3.0%2Bgit20240829.6e126c4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 44,780 kB
  • sloc: javascript: 8,863; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Remove Makefile.
Author: Francisco Vilmar Cardoso Ruviaro <vilmar@debian.org>
Forwarded: not-needed
Last-Update: 2024-09-29

--- a/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all: build
-
-deps:
-	@echo "installing dependencies ..."	
-	@NODE_OPTIONS=--openssl-legacy-provider npm i --legacy-peer-deps
-
-build: deps
-	@echo "building ui ..."
-	@NODE_OPTIONS=--openssl-legacy-provider ng build --prod   
-
-
-