Skip to content

Commit

Permalink
Fix depends_dev handling (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Jul 29, 2024
1 parent 51f3d26 commit b516bd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generate_rospkg_apkbuild/APKBUILD.em.sh
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,12 @@ doc() {
@[if split_dev]@

dev() {
local i=
mkdir -p $subpkgdir

install_if="${subpkgname%-dev}=$pkgver-r$pkgrel ros-dev"
depends="$depends_dev"
pkgdesc="$pkgdesc (development files)"

cd $pkgdir || return 0

Expand Down

0 comments on commit b516bd6

Please sign in to comment.