Skip to content

Commit

Permalink
Build script hardcode removed
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsmart committed Jun 25, 2022
1 parent a6f0d5c commit a766412
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build_webfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ SRCDIR=`pwd`/webserver
WEBFSDIR=`pwd`/webfs
echo "Building into:$WEBFSDIR from $SRCDIR..."

mkdir -p webfs/css
mkdir -p webfs/js
mkdir -p webfs/font-awesome
mkdir -p webfs/font-awesome/css
mkdir -p webfs/font-awesome/fonts
mkdir -p webfs/images
mkdir -p ${WEBFSDIR}/css
mkdir -p ${WEBFSDIR}/js
mkdir -p ${WEBFSDIR}/font-awesome
mkdir -p ${WEBFSDIR}/font-awesome/css
mkdir -p ${WEBFSDIR}/font-awesome/fonts
mkdir -p ${WEBFSDIR}/images

(cd ${SRCDIR}/;
cp favicon.ico ${WEBFSDIR}/
Expand Down

0 comments on commit a766412

Please sign in to comment.