Skip to content

Commit

Permalink
Link /usr/bin/i-nex.gambas to /usr/bin/i-nex
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jun 22, 2014
1 parent dbe52d0 commit 570fc48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion 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-create-dirs 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 @@ -124,3 +125,6 @@ rmgambas:
$(RM_COM) $(RMFILE_OPT) $(PREFIX)/lib/gambas3/gb.gui.so
$(RM_COM) $(RMFILE_OPT) $(PREFIX)/lib/gambas3/gb.image.so
$(RM_COM) $(RMFILE_OPT) $(PREFIX)/lib/gambas3/gb.qt4.so

link-inex:
ln -s /usr/bin/i-nex.gambas $(DESTDIR)$(bindir)/i-nex
2 changes: 0 additions & 2 deletions Scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
include ../i-nex.mk

install: install-set-executables
$(INSTALL) 0755 i-nex $(DESTDIR)$(bindir)
$(INSTALL) 0755 i-nex-lspci $(DESTDIR)$(bindir)

install-set-executables:
chmod +x i-nex
chmod +x i-nex-lspci
mkdir -p $(DESTDIR)$(bindir)
2 changes: 0 additions & 2 deletions Scripts/i-nex

This file was deleted.

0 comments on commit 570fc48

Please sign in to comment.