Add a "none/files" module. This is used to install static files.
This commit is contained in:
parent
5686153939
commit
4863ca9c8b
4 changed files with 29 additions and 0 deletions
11
scripts/build.none.files/instantiate
Normal file
11
scripts/build.none.files/instantiate
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
if [ $# -ne 0 ]
|
||||
then
|
||||
print_failure "Too many arguments. None required for this module."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
do_parameter_subst
|
||||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
Loading…
Add table
Add a link
Reference in a new issue