Skip to content

Commit

Permalink
link-inex
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 2, 2014
1 parent 53e307f commit 36eae33
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ make: build-inex build-json build-pixmaps

install: install-pastebinit-and-other \
install-pixmaps install-changelogs install-manpages \
install-docs install-json install-inex install-scripts
install-docs install-json install-inex install-scripts \
link-inex

clean: clean-pixmaps clean-json clean-inex clean-all

Expand Down Expand Up @@ -103,4 +104,6 @@ clean-all:
$(RM_COM) $(RMDIR_OPT) debian/i-nex.postrm.debhelper
$(RM_COM) $(RMDIR_OPT) debian/i-nex.substvars
$(RM_COM) $(RMDIR_OPT) debian/changelog1


link-inex:
ln -s /usr/bin/i-nex.gambas $(DESTDIR)$(bindir)/i-nex

0 comments on commit 36eae33

Please sign in to comment.