← recipes

Commit a191b6c

0
plików
+0
dodanych
-0
usuniętych
@@ -225,9 +225,10 @@ footprint_libssh2_man: |
225 225 -rw-r--r-- root/root usr/share/man/man3/libssh2_version.3.gz
226 226
227 227 build: |
228 + # Uwaga: było tu PODWÓJNE `cd libssh2-1.11.1` (drugi raz już WEWNĄTRZ
229 + # katalogu źródłowego → "No such file or directory"). Zostawiamy jedno.
228 230 cd ${pkgname}-${pkgver}
229 231 patch -Np1 -i ../security_fixes-1.patch
230 - cd libssh2-1.11.1
231 232 ./configure --prefix=/usr
232 233 make
233 234