← recipes

Commit 09252d1

0
plików
+0
dodanych
-0
usuniętych
@@ -15,6 +15,10 @@ sha256sums:
15 15 build: |
16 16 cd ${pkgname}
17 17
18 + # Makefile includuje Makefile.inc — pierwszy make sam go tworzy przez
19 + # ./configure, ale czyta Makefile jeszcze bez niego i pada
20 + # ("Makefile.inc: No such file or directory"). Generujemy jawnie.
21 + ./configure
18 22 make install PREFIX=/usr DESTDIR=${PKGDIR}
19 23 package: |
20 24 true