Skip to content

Commit

Permalink
Fix files list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudd-O committed Jan 8, 2018
1 parent 53b5164 commit 2bdf249
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BitcoinArmory.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ export PATH=/usr/lib64/qt4/bin:/usr/lib/qt4/bin:"$PATH"
%files
%defattr(-, root, root)
%{_datadir}/applications/*.desktop
%{_libdir}/armory/*
%{_includedir}/*.h
%{_libdir}/libfcgi.*
%{_libdir}/libCppBlockUtils.*
%{_prefix}/lib/armory
%{_datadir}/armory/*
%attr(0755, root, root) %{_bindir}/*
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +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
chmod 0755 $(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
endif
endif
Expand Down

0 comments on commit 2bdf249

Please sign in to comment.