Skip to content

Commit

Permalink
Merge pull request #166 from Perlence/release-dist-install-untar
Browse files Browse the repository at this point in the history
Makefile: Untar archive to specified destination
  • Loading branch information
MeanEYE committed Jan 14, 2016
2 parents 1a240cd + c05cd37 commit 3d38983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export HELP
define dist_install
@mkdir -p $(install_directory)
# untar archive
@cd $(build_directory); tar -xf $(file_path).tar
@tar -xf $(file_path).tar -C $(build_directory)
# install files
@install -Dm755 $(working_directory)/dist/sunflower "$(install_directory)/usr/bin/sunflower"
@install -d "$(install_directory)/usr/share/sunflower"
Expand Down

0 comments on commit 3d38983

Please sign in to comment.