From f861f10d43463ef4d6de14bb9a8a322da508a08c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 Feb 2023 17:29:18 +0100 Subject: Moving javascript-common integration from /usr/share/javascript/bootstrap to /usr/share/javascript/bootstrap5 to allow co-installability with both bootstrap 4 (libjs-bootstrap4) and bootstrap 3 (libjs-bootstrap), see #1030697. Signed-off-by: Daniel Baumann --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index c42ede1..fe07d96 100755 --- a/debian/rules +++ b/debian/rules @@ -43,8 +43,8 @@ execute_before_dh_link: # javascript-common cd debian/libjs-bootstrap5 && for FILE in $$(find usr/share/bootstrap-html -type f); \ do \ - mkdir -p $$(dirname $$(echo $${FILE} | sed -e 's|usr/share/bootstrap-html|usr/share/javascript/bootstrap|')); \ - ln -s /$${FILE} $$(echo $${FILE} | sed -e 's|usr/share/bootstrap-html|usr/share/javascript/bootstrap|'); \ + mkdir -p $$(dirname $$(echo $${FILE} | sed -e 's|usr/share/bootstrap-html|usr/share/javascript/bootstrap5|')); \ + ln -s /$${FILE} $$(echo $${FILE} | sed -e 's|usr/share/bootstrap-html|usr/share/javascript/bootstrap5|'); \ done # nodejs -- cgit v1.2.3