We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39987b5 commit a32cdd6Copy full SHA for a32cdd6
src/northstar/APKBUILD
@@ -23,6 +23,7 @@ check() {
23
24
package() {
25
git clone -b gamemode_fd_experimental https://github.com/Zanieon/NorthstarMods "$srcdir/NorthstarMods"
26
+ git -C "$srcdir/NorthstarMods" pull
27
rm -f "$srcdir"/*.zip
28
mkdir -p "$pkgdir/usr/lib/northstar"
29
cp -r "$srcdir/." "$pkgdir/usr/lib/northstar/"
0 commit comments