1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-04-25 13:05:01 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Reinhard Müller
a67c7aee6d Merge branch 'master' of git.fsfe.org:FSFE/fsfe-local-build 2019-06-04 10:12:37 +02:00
Reinhard Müller
4489cc1537 Symlink instead of copy static files to destination 2019-06-03 20:20:46 +02:00
Reinhard Müller
736a24329e Link instead of copy static files 2019-06-03 20:19:22 +02:00

View File

@@ -159,8 +159,8 @@ for ((i=1; i <= $numargs; i++)); do
$LOC_trunk/build/build_main.sh process_file $SRC_full > $DST_full
else # just copy file
echo_INFO "File type ($ftype) is detected as not to be built. Just copying it to $DST_full ..."
cp $SRC_full $DST_full
echo_INFO "File type ($ftype) is detected as not to be built. Just linking it to $DST_full ..."
ln -sf $SRC_full $DST_full
fi