Skip to content

Commit

Permalink
[Makefile] add notice to run uca-apply after manual installation
Browse files Browse the repository at this point in the history
- related to GitHub #7
  • Loading branch information
Yann Büchau committed Jun 16, 2017
1 parent e80b61f commit 769b5aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ bin_executable: $(local_bindir_toinstall)
.PHONY: $(install_targets)
install: bin_executable $(sort $(install_targets))
-@sort -u $(installed_files_file) -o $(installed_files_file)
@echo "##################################"
@echo "### Installation completed. ###"
@echo "### run 'uca-apply update' ###"
@echo "### to merge the actions ###"
@echo "### into your configuration ###"
@echo "##################################"

# remove a file/folder without asking
# $(call remove,PATH)
Expand Down

0 comments on commit 769b5aa

Please sign in to comment.