Commit 14bfd81
0
plików
+0
dodanych
-0
usuniętych
@@ -21963,15 +21963,12 @@ footprint_ruby_man: |
21963
21963
build: |
21964
21964
cd ${pkgname}-${pkgver}
21965
21965
patch -Np1 -i ../ruby-4.0.5-openssl4_fixes-1.patch
21966
- cd ruby-${pkgver}
21967
21966
./configure --prefix=/usr --enable-shared \
21968
- --docdir=/usr/share/doc/${pkgname}
21967
+ --docdir=/usr/share/doc/${pkgname}
21969
21968
make
21970
21969
make capi
21971
- make DESTDIR=${PKGDIR} install
21972
-
21973
- install -D -m644 COPYING ${PKGDIR}/usr/share/licenses/ruby/LICENSE
21974
- install -D -m644 BSDL ${PKGDIR}/usr/share/licenses/ruby/BSDL
21975
21970
21976
21971
package: |
21977
- true
21972
+ make DESTDIR=${PKGDIR} install
21973
+ install -D -m644 COPYING ${PKGDIR}/usr/share/licenses/ruby/LICENSE
21974
+ install -D -m644 BSDL ${PKGDIR}/usr/share/licenses/ruby/BSDL