mirror of
https://git.fsfe.org/FSFE/fsfe-local-build.git
synced 2026-07-23 20:09:14 +02:00
Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a67c7aee6d | ||
|
|
4489cc1537 | ||
|
|
736a24329e | ||
|
|
ab1d56dd2d | ||
|
|
47dbbc76a8 |
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
########################################################################
|
########################################################################
|
||||||
# Copyright (C) 2019 Michael Weimann <mweimann@fsfe.org>
|
# Copyright (C) 2019 Michael Weimann <mweimann@fsfe.org>
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
########################################################################
|
########################################################################
|
||||||
# Copyright (C) 2019 Michael Weimann <mweimann@fsfe.org>
|
# Copyright (C) 2019 Michael Weimann <mweimann@fsfe.org>
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|||||||
+3
-3
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
########################################################################
|
########################################################################
|
||||||
# Copyright (C) 2016 Max Mehl <max.mehl@fsfe.org>
|
# Copyright (C) 2016 Max Mehl <max.mehl@fsfe.org>
|
||||||
########################################################################
|
########################################################################
|
||||||
@@ -159,8 +159,8 @@ for ((i=1; i <= $numargs; i++)); do
|
|||||||
$LOC_trunk/build/build_main.sh process_file $SRC_full > $DST_full
|
$LOC_trunk/build/build_main.sh process_file $SRC_full > $DST_full
|
||||||
|
|
||||||
else # just copy file
|
else # just copy file
|
||||||
echo_INFO "File type ($ftype) is detected as not to be built. Just copying it to $DST_full ..."
|
echo_INFO "File type ($ftype) is detected as not to be built. Just linking it to $DST_full ..."
|
||||||
cp $SRC_full $DST_full
|
ln -sf $SRC_full $DST_full
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
########################################################################
|
########################################################################
|
||||||
# Copyright (C) 2019 Michael Weimann <mweimann@fsfe.org>
|
# Copyright (C) 2019 Michael Weimann <mweimann@fsfe.org>
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user