Commit 7c01a59
0
plików
+0
dodanych
-0
usuniętych
@@ -26,7 +26,9 @@ sha256sums:
26
26
- SKIP
27
27
28
28
build: |
29
- cd malcontent*
29
+ # Ukośnik wymusza wejście w katalog i ignoruje plik cache malcontent.git#recursive
30
+ cd malcontent*/
31
+
30
32
meson setup \
31
33
--prefix=/usr \
32
34
--buildtype=plain \
@@ -38,5 +40,5 @@ build: |
38
40
meson compile -C builddir
39
41
40
42
package: |
41
- cd malcontent*
43
+ cd malcontent*/
42
44
DESTDIR="${PKGDIR}" meson install -C builddir