From 7944af959ca0b48f0e8ea5c506e801e07a6b8124 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 20 Sep 2020 11:55:18 +0200 Subject: Automatically refresh patches This patch adds the --refresh option to the quilt push invocation in the Makefile to automatically update the patches if the context changed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d04632..3e48cf8 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ src/ffi.rs: ${LIBNITROKEY}/NK_C_API.h --output "$@" \ "$<" \ -- "-I${LIBNITROKEY}/libnitrokey" - quilt push -a + quilt push -a --refresh -- cgit v1.2.1