X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=apache-apxs.patch;h=309ee24e982302d6f9a383b4450ed40122b288bf;hp=9cabf9c93c9efbae14b3b43165ac08839c9806b3;hb=f13f85964fc303b8f372ee81cd9e141a25f0b8ad;hpb=45dd0a09984de9c699f66d58cb994b63b5188790 diff --git a/apache-apxs.patch b/apache-apxs.patch index 9cabf9c..309ee24 100644 --- a/apache-apxs.patch +++ b/apache-apxs.patch @@ -28,7 +28,7 @@ @@ -479,8 +480,8 @@ $t =~ s|\.[^./\\]+$|\.so|; if ($opt_i) { - push(@cmds, "$installbuilddir/instdso.sh SH_LIBTOOL='" . + push(@cmds, $destdir . "$installbuilddir/instdso.sh SH_LIBTOOL='" . - "$libtool' $f $CFG_LIBEXECDIR"); - push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t"); + "$libtool' $f $CFG_DESTDIR$CFG_LIBEXECDIR");