From 02de682e2118769f1e80fab42f3adb284f60d7c6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 1 May 2017 16:08:24 +0100 Subject: [PATCH] captive: Link .map files as well Signed-off-by: Michael Tremer --- lfs/web-user-interface | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lfs/web-user-interface b/lfs/web-user-interface index 4b01eb721a..9b13a54380 100644 --- a/lfs/web-user-interface +++ b/lfs/web-user-interface @@ -74,7 +74,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Captive Portal CSS ln -svf --relative /usr/share/bootstrap/css/bootstrap-grid.min.css \ /srv/web/ipfire/html/captive/assets/bootstrap-grid.min.css + ln -svf --relative /usr/share/bootstrap/css/bootstrap-grid.min.css.map \ + /srv/web/ipfire/html/captive/assets/bootstrap-grid.min.css.map ln -svf --relative /usr/share/bootstrap/css/bootstrap-reboot.min.css \ /srv/web/ipfire/html/captive/assets/bootstrap-reboot.min.css + ln -svf --relative /usr/share/bootstrap/css/bootstrap-reboot.min.css.map \ + /srv/web/ipfire/html/captive/assets/bootstrap-reboot.min.css.map @$(POSTBUILD) -- 2.39.5