Skip to content
Snippets Groups Projects
Commit 0a2bc867 authored by balaskoa's avatar balaskoa
Browse files

Make install says >Installation successfully completed<


Signed-off-by: default avatarbalaskoa <jeno.balasko@ericsson.com>
parent dff152a4
No related branches found
No related tags found
No related merge requests found
...@@ -91,6 +91,9 @@ ifeq ($(LICENSING), yes) ...@@ -91,6 +91,9 @@ ifeq ($(LICENSING), yes)
cp licensegen/license.dat $(ETCDIR)/license cp licensegen/license.dat $(ETCDIR)/license
endif endif
chmod -R +r,go-w $(TTCN3_DIR) chmod -R +r,go-w $(TTCN3_DIR)
@echo "***********************************"
@echo "Installation successfully completed"
@echo "***********************************"
# check is the standard GNU target for running tests # check is the standard GNU target for running tests
# (avoids clash with shell builtin 'test') # (avoids clash with shell builtin 'test')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment