use ln for installation
This commit is contained in:
parent
e56578f73b
commit
49198cb42b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -28,7 +28,7 @@ fontconfig:
|
||||||
fc-cache
|
fc-cache
|
||||||
|
|
||||||
srcfile:
|
srcfile:
|
||||||
install -Dm600 srcfiles/src $(DESTDIR)/src/.srcfile
|
ln -sf $(PWD)/srcfiles/src $(DESTDIR)/src/.srcfile
|
||||||
|
|
||||||
st:
|
st:
|
||||||
install -Dm600 st/config.def.h $(DESTDIR)/src/st/config.def.h
|
install -Dm600 st/config.def.h $(DESTDIR)/src/st/config.def.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue