Skip to content

Commit

Permalink
Revert "Bug 445128 - Stop putting the version number in the target di…
Browse files Browse the repository at this point in the history
…rectory for make install. r=nalexander"

This reverts commit bd1eb0a.
  • Loading branch information
rainemak committed Aug 19, 2020
1 parent 31ebcf8 commit d46e8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/baseconfig.mk
Expand Up @@ -2,7 +2,7 @@
# directly in python/mozbuild/mozbuild/base.py for gmake validation.
# We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending
# whether a normal build is happening or whether the check is running.
installdir = $(libdir)/$(MOZ_APP_NAME)
installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
ifeq (.,$(DEPTH))
DIST = dist
else
Expand Down

0 comments on commit d46e8e1

Please sign in to comment.