project.conf, run.mk: Add option global.license = LGPL 2

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-11-23 12:09:38 +00:00
commit 30f7521a21
2 changed files with 4 additions and 0 deletions

View file

@ -20,4 +20,5 @@ Worker to map an arbitrary SQL database into FeedFS
[global]
group = System/Libraries
subpackages = run devel
license = LGPL 2

View file

@ -68,6 +68,9 @@ start: all
rm -f core.*
$(EXE_PATH) $(EXE_ARGS) &
echo-run-script:
@echo -e "#!/bin/bash\n\nexport LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)\nexport PATH=$(PATH)\n$(EXE_PATH) $(EXE_ARGS)"
clean: vg-clean-supp clean.out
# unfortunately iwatch only supports one directory :-(