mirror of
https://github.com/wofferl/proxmox-backup-arm64
synced 2026-01-06 10:33:37 +00:00
update pve-xtermjs to 4.16.0-3
This commit is contained in:
@@ -1,22 +1,19 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index cd583fb..4f709be 100644
|
||||
index 01488d1..b398856 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -15,12 +15,12 @@ FITADDONTGZ=xterm-addon-fit-${FITADDONVER}.tgz
|
||||
SRCDIR=src
|
||||
GITVERSION:=$(shell git rev-parse HEAD)
|
||||
|
||||
-DEB=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}_${DEB_BUILD_ARCH}.deb
|
||||
+DEB=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}_${DEB_HOST_ARCH}.deb
|
||||
DSC=rust-${CRATENAME}_${DEB_VERSION_UPSTREAM_REVISION}.dsc
|
||||
|
||||
@@ -22,9 +22,9 @@ DSC=rust-$(CRATENAME)_$(DEB_VERSION_UPSTREAM_REVISION).dsc
|
||||
CARGO ?= cargo
|
||||
ifeq ($(BUILD_MODE), release)
|
||||
CARGO_BUILD_ARGS += --release
|
||||
-COMPILEDIR := target/release
|
||||
+COMPILEDIR := target/aarch64-unknown-linux-gnu/release
|
||||
else
|
||||
COMPILEDIR := target/debug
|
||||
-COMPILEDIR := target/debug
|
||||
+COMPILEDIR := target/aarch64-unknown-linux-gnu/debug
|
||||
endif
|
||||
|
||||
PREFIX = /usr
|
||||
diff --git a/debian/install b/debian/install
|
||||
index 0e69d82..bb555a8 100644
|
||||
--- a/debian/install
|
||||
|
||||
Reference in New Issue
Block a user