We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8674d commit bd1ab94Copy full SHA for bd1ab94
1 file changed
mingw-w64-ruby-head/PKGBUILD
@@ -86,7 +86,7 @@ check() {
86
87
package() {
88
cd build-${MSYSTEM}
89
- make -f GNUmakefile DESTDIR="${pkgdir}" install
+ make -f GNUmakefile DESTDIR="${pkgdir}${MINGW_PREFIX}" install
90
for script in gem; do
91
install ${srcdir}/snapshot-master/bin/${script} \
92
${pkgdir}${MINGW_PREFIX}/bin/
0 commit comments