Skip to content

Commit

Permalink
Fix makefile typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudd-O committed Jan 8, 2018
1 parent 4fa6dde commit 5152329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if HAVE_GUI
sed "s: /usr: $(prefix):g" < dpkgfiles/armory > $(DESTDIR)$(prefix)/bin/armory
chmod +x $(DESTDIR)$(prefix)/bin/armory
mkdir -p $(DESTDIR)$(datadir)/applications
for f in armory.desktop armoryoffline.desktop armorytestnet.desktop ; do sed "s:/usr/local/bin:$(bindir):g" < dpkgfiles/$f > $(DESTDIR)$(datadir)/applications/$f ; chmod 0644 $(DESTDIR)$(datadir)/applications/$f ; done
for f in armory.desktop armoryoffline.desktop armorytestnet.desktop ; do sed "s:/usr/local/bin:$(bindir):g" < dpkgfiles/$$f > $(DESTDIR)$(datadir)/applications/$$f ; chmod 0644 $(DESTDIR)$(datadir)/applications/$$f ; done
endif
endif

Expand Down

0 comments on commit 5152329

Please sign in to comment.