mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
fix make target dependecy
This commit is contained in:
parent
064460b95f
commit
6fe1de5d86
2 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,7 @@ ifeq ($(USE_AVX),1)
|
|||
CXXFLAGS += -mavx
|
||||
endif
|
||||
|
||||
install:
|
||||
install: all
|
||||
install -d ${PREFIX}/bin ${PREFIX}/etc/i2pd ${PREFIX}/share/doc/i2pd ${PREFIX}/share/i2pd ${PREFIX}/share/man/man1 ${PREFIX}/var/lib/i2pd
|
||||
install -m 755 ${I2PD} ${PREFIX}/bin/
|
||||
install -m 644 contrib/i2pd.conf contrib/subscriptions.txt contrib/tunnels.conf ${PREFIX}/etc/i2pd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue