Skip to content

Commit bd1ab94

Browse files
committed
Fix failing build since 2025-12-01
1 parent bc8674d commit bd1ab94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mingw-w64-ruby-head/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ check() {
8686

8787
package() {
8888
cd build-${MSYSTEM}
89-
make -f GNUmakefile DESTDIR="${pkgdir}" install
89+
make -f GNUmakefile DESTDIR="${pkgdir}${MINGW_PREFIX}" install
9090
for script in gem; do
9191
install ${srcdir}/snapshot-master/bin/${script} \
9292
${pkgdir}${MINGW_PREFIX}/bin/

0 commit comments

Comments
 (0)