Skip to content

Commit

Permalink
ci: fix typo in PACKAGE_ARCH
Browse files Browse the repository at this point in the history
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
  • Loading branch information
zx2c4 committed May 4, 2020
1 parent 280444f commit c5f2656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- sed -i "s/PACKAGE_VERSION/$MODULE_VERSION/g" pkg/DEBIAN/control
- sed -i "s/PACKAGE_RELEASE/$PACKAGE_RELEASE/g" pkg/DEBIAN/control
- sed -i "s/KERNEL_VER/$KERNEL/g" pkg/DEBIAN/preinst
- sed -i "s/PACAKGE_ARCH/$ARCH/g" pkg/DEBIAN/control
- sed -i "s/PACKAGE_ARCH/$ARCH/g" pkg/DEBIAN/control
- dpkg-deb -b -Z gzip pkg
- mv pkg.deb $DEVICE-$SOFTWARE-v$MODULE_VERSION-v$TOOLS_VERSION.deb
artifacts:
Expand Down

0 comments on commit c5f2656

Please sign in to comment.