summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Ball <gordon@chronitis.net>2019-02-13 13:18:18 +0000
committerGordon Ball <gordon@chronitis.net>2019-02-13 17:13:50 +0100
commitf22a734aaee781a483310a2f91bb305d40902abc (patch)
tree99d88999be5abbde336a30fd2c68ad9d25da70bd
parentc6327a5e7d6d099118328247d41d4d1f0bfed9c0 (diff)
Ensure bootstrap less is reachable
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index a2e7cac..194c3d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ override_dh_auto_configure:
#bootstrap
mkdir -p $(COMP)/bootstrap
ln -s $(JSBASE)/bootstrap $(COMP)/bootstrap/dist
+ ln -s $(JSBASE)/bootstrap/less $(COMP)/bootstrap/
#bootstrap-tour
mkdir -p $(COMP)/bootstrap-tour/build/js