From b4cfacb226d9358bcff87a4a752d8640d7e111a2 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Thu, 22 Apr 2021 00:14:36 -0300 Subject: [PATCH] Rediff patches --- .../patches/0005-Move-default-user-group-into-deb-patch.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/0005-Move-default-user-group-into-deb-patch.patch b/debian/patches/0005-Move-default-user-group-into-deb-patch.patch index e79da950b..519ae3b36 100644 --- a/debian/patches/0005-Move-default-user-group-into-deb-patch.patch +++ b/debian/patches/0005-Move-default-user-group-into-deb-patch.patch @@ -8,7 +8,7 @@ Rather than cramming it into CXXFLAGS in debian/rules. 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 793b1c8..9d31a69 100644 +index 07b580d..f6741a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,6 +111,9 @@ include(cmake/unix.cmake)