From d35fe7045d18af61c1c31c80eca8a1551faba8f0 Mon Sep 17 00:00:00 2001 From: Abraham Raji <avronr@tuta.io> Date: Fri, 3 Apr 2020 21:52:27 +0000 Subject: [PATCH] Changed install path to usr/share/ in debian/install --- debian/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/install b/debian/install index 5a340c8..5e91be0 100644 --- a/debian/install +++ b/debian/install @@ -1,2 +1,2 @@ -index.js usr/lib/nodejs/http-errors/ -package.json usr/lib/nodejs/http-errors/ +index.js usr/share/nodejs/http-errors/ +package.json usr/share/nodejs/http-errors/ -- GitLab