Skip to content

Commit

Permalink
auto merge of #13219 : brson/rust/dist-root, r=sfackler
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Mar 31, 2014
2 parents 7a70c69 + cfb52a5 commit e63b2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mk/install.mk
Expand Up @@ -17,12 +17,12 @@ endif
install: dist-install-dir-$(CFG_BUILD)
$(Q)sh tmp/dist/$(PKG_NAME)-$(CFG_BUILD)/install.sh --prefix="$(DESTDIR)$(CFG_PREFIX)" --libdir="$(DESTDIR)$(CFG_LIBDIR)" --mandir="$(DESTDIR)$(CFG_MANDIR)" "$(MAYBE_DISABLE_VERIFY)"
# Remove tmp files while we can because they may have been created under sudo
$(Q)rm -R tmp/dist/$(PKG_NAME)-$(CFG_BUILD)
$(Q)rm -R tmp/dist

uninstall: dist-install-dir-$(CFG_BUILD)
$(Q)sh tmp/dist/$(PKG_NAME)-$(CFG_BUILD)/install.sh --uninstall --prefix="$(DESTDIR)$(CFG_PREFIX)" --libdir="$(DESTDIR)$(CFG_LIBDIR)" --mandir="$(DESTDIR)$(CFG_MANDIR)"
# Remove tmp files while we can because they may have been created under sudo
$(Q)rm -R tmp/dist/$(PKG_NAME)-$(CFG_BUILD)
$(Q)rm -R tmp/dist


######################################################################
Expand Down
1 change: 0 additions & 1 deletion src/etc/install.sh
Expand Up @@ -45,7 +45,6 @@ putvar() {
else
printf "install: %-20s := %s %s\n" $1 "$T" "$2"
fi
printf "%-20s := %s\n" $1 "$T" >>config.tmp
}

valopt() {
Expand Down

0 comments on commit e63b2d3

Please sign in to comment.