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:
parent
aad09811e0
commit
fd244e1713
1 changed files with 2 additions and 2 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue