mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +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]
|
||||
group = System/Libraries
|
||||
subpackages = run devel
|
||||
license = LGPL 2
|
||||
|
||||
|
|
|
|||
|
|
@ -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 :-(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue