1
0
Fork 0

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 <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 07:06:52 +01:00
parent aad09811e0
commit fd244e1713
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

4
debian/rules vendored
View file

@ -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