← recipes

Commit b4c33dd

0
plików
+0
dodanych
-0
usuniętych
@@ -22,6 +22,7 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-
22 22 -rw-r--r--\troot/root\tusr/share/licenses/containerd/LICENSE\n"
23 23
24 24 build: |
25 + cd ${pkgname}-${pkgver}
25 26 export CGO_ENABLED=1
26 27 make BUILDTAGS="no_btrfs" GIT_COMMIT=1407cab509ff0d96baa4f0eb6ff9980270e6e620
27 28
@@ -29,6 +30,5 @@ build: |
29 30 install -m 0755 bin/* ${PKGDIR}/usr/bin/
30 31 install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
31 32
32 - install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
33 33 package: |
34 34 true