mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
scripts/usr-bin: Install symlink /usr/bin/jw-pkg
Install a symlink /usr/bin/jw-pkg -> /opt/jw-pkg/bin/jw-pkg.py in order to have jw-pkg in $PATH. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
67eab4b864
commit
af6de30546
5 changed files with 10 additions and 2 deletions
1
conf/bash-completion.d/jw-pkg
Normal file
1
conf/bash-completion.d/jw-pkg
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
eval "$(register-python-argcomplete jw-pkg jw-pkg.py /usr/bin/jw-pkg /opt/jw-pkg/bin/jw-pkg.py)"
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
eval "$(register-python-argcomplete /opt/jw-pkg/bin/jw-pkg.py jw-pkg.py)"
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
TOPDIR = ..
|
TOPDIR = ..
|
||||||
|
|
||||||
include $(TOPDIR)/make/proj.mk
|
include $(TOPDIR)/make/proj.mk
|
||||||
EXE_SH += $(wildcard jannet jcs)
|
|
||||||
include $(JWBDIR)/make/scripts.mk
|
include $(JWBDIR)/make/scripts.mk
|
||||||
|
include $(JWBDIR)/make/dirs.mk
|
||||||
|
|
|
||||||
7
scripts/usr-bin/Makefile
Normal file
7
scripts/usr-bin/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
TOPDIR = ../..
|
||||||
|
|
||||||
|
EXE_PREFIX = $(ENV_PREFIX)/usr
|
||||||
|
EXE_SH = jw-pkg
|
||||||
|
|
||||||
|
include $(TOPDIR)/make/proj.mk
|
||||||
|
include $(JWBDIR)/make/scripts.mk
|
||||||
1
scripts/usr-bin/jw-pkg
Symbolic link
1
scripts/usr-bin/jw-pkg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
/opt/jw-pkg/bin/jw-pkg.py
|
||||||
Loading…
Add table
Add a link
Reference in a new issue