From 27bf47337c9af344cbdef133700785efa02894d2 Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Tue, 21 Sep 2021 19:58:55 -0500 Subject: [PATCH] Adjust nautilus to nabia, disable remove nonexistent patch --- helpers/make-nautilus | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/helpers/make-nautilus b/helpers/make-nautilus index 0c0239628..7ce4aeb4c 100644 --- a/helpers/make-nautilus +++ b/helpers/make-nautilus @@ -20,10 +20,11 @@ VERSION=3 . ./config -for patch in 16_unity_new_documents.patch; do - rm debian/patches/$patch - sed "/$patch/d" -i debian/patches/series -done +# Keeping function for later use as 16_unity_new_documents.patch has been removed. +#for patch in 16_unity_new_documents.patch; do +# rm debian/patches/$patch +# sed "/$patch/d" -i debian/patches/series +#done echo "Checking for necessary files to install by debian/docs." while read i -- GitLab