fixed link in make install

git-svn-id: trunk@7719 -
This commit is contained in:
mattias 2005-09-16 15:40:00 +00:00
parent c88621e12a
commit 68d9383057
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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