mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 23:49:47 +02:00
fixed link in make install
git-svn-id: trunk@7719 -
This commit is contained in:
parent
c88621e12a
commit
68d9383057
2
Makefile
2
Makefile
@ -3442,5 +3442,5 @@ install:
|
||||
$(COPYTREE) . $(LAZARUS_INSTALL_DIR)
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
else
|
||||
ln -sf /usr/bin/lazarus $(LAZARUS_INSTALL_DIR)/lazarus
|
||||
ln -sf $(LAZARUS_INSTALL_DIR)/lazarus /usr/bin/lazarus
|
||||
endif
|
||||
|
@ -90,7 +90,7 @@ install:
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
|
||||
else
|
||||
ln -sf /usr/bin/lazarus $(LAZARUS_INSTALL_DIR)/lazarus
|
||||
ln -sf $(LAZARUS_INSTALL_DIR)/lazarus /usr/bin/lazarus
|
||||
endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user