]> git.ipfire.org Git - thirdparty/freeswitch.git/commit - build/Makefile.am
FS-10056: Fix modcheck.sh invokation
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 19 Feb 2017 10:47:26 +0000 (11:47 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 19 Feb 2017 10:49:54 +0000 (11:49 +0100)
commit9e8f3f47af0781a1ab060fc2a24941c23d971a9a
tree9a49cbe1d9e06355ba2837b1610283dcb602a5cd
parenta8adc886b27622b5992230359a346fa38493eba4
FS-10056: Fix modcheck.sh invokation

modcheck.sh gets called by build/Makefile when doing "make install" with
parameter "$(modulesdir)". This is fine when the install is done on a
live system. But when "make install" was called with a "$DESTDIR" then
this won't work, as the correct path would then be
"$(DESTDIR)$(modulesdir)". So add "$(DESTDIR)" in front.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
build/Makefile.am