mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 06:40:39 +01:00
project.conf, run.mk: Add option global.license = LGPL 2
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6af6704576
commit
30f7521a21
2 changed files with 4 additions and 0 deletions
|
|
@ -20,4 +20,5 @@ Worker to map an arbitrary SQL database into FeedFS
|
||||||
[global]
|
[global]
|
||||||
group = System/Libraries
|
group = System/Libraries
|
||||||
subpackages = run devel
|
subpackages = run devel
|
||||||
|
license = LGPL 2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,9 @@ start: all
|
||||||
rm -f core.*
|
rm -f core.*
|
||||||
$(EXE_PATH) $(EXE_ARGS) &
|
$(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
|
clean: vg-clean-supp clean.out
|
||||||
|
|
||||||
# unfortunately iwatch only supports one directory :-(
|
# unfortunately iwatch only supports one directory :-(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue