mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Fixed non-MSYS xsd install
Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
parent
09055dffe6
commit
1b01ed14f2
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -104,6 +104,7 @@ ifdef WIN_MSYS
|
||||||
else
|
else
|
||||||
cp xs/xs $(INSTPREFIX)/bin
|
cp xs/xs $(INSTPREFIX)/bin
|
||||||
cd $(INSTPREFIX)/bin && ln -s xs xc && cd -
|
cd $(INSTPREFIX)/bin && ln -s xs xc && cd -
|
||||||
|
cp xsd/xsd $(INSTPREFIX)/sbin
|
||||||
endif
|
endif
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
|
Loading…
Reference in a new issue