]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/web-user-interface
captivectrl: Remove unused code
[ipfire-2.x.git] / lfs / web-user-interface
index 4b01eb721a1f85a15f04b3a61c85ed7207f97f77..3e9eb9aba63f18aab1c411a93cef1f372c86e99a 100644 (file)
@@ -65,16 +65,27 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        chmod -R 755 /srv/web/ipfire/cgi-bin
        chmod -R 644 /srv/web/ipfire/html
        chmod 755 /srv/web/ipfire/html /srv/web/ipfire/html/{index.cgi,redirect.cgi,dial.cgi,images,include,themes,themes/*,themes/*/*}
-       chmod -R 777 /srv/web/ipfire/html/captive/logo
        ln -svf ipfire /srv/web/ipfire/html/themes/ipfire-rounded
 
        # Reset permissions of redirect templates and theme directories
-       find /srv/web/ipfire/html/{redirect-templates,themes} -type d | xargs chmod -v 755
+       find /srv/web/ipfire/html/{captive,redirect-templates,themes} -type d | xargs chmod -v 755
 
        # 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
+
+       # Captive Portal Fonts
+       ln -svf --relative /usr/share/fonts/Ubuntu-L.ttf \
+               /srv/web/ipfire/html/captive/assets/Ubuntu-L.ttf
+       ln -svf --relative /usr/share/fonts/Ubuntu-M.ttf \
+               /srv/web/ipfire/html/captive/assets/Ubuntu-M.ttf
+       ln -svf --relative /usr/share/fonts/Ubuntu-R.ttf \
+               /srv/web/ipfire/html/captive/assets/Ubuntu-R.ttf
 
        @$(POSTBUILD)