Skip to content

Commit aef8e9f

Browse files
fix: fix package name for linux-libc-dev
1 parent 7992bea commit aef8e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/share/rsdk/infra-package/debian/control.linux.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function(
4747
Section: kernel
4848
Priority: optional
4949
Provides: linux-libc-dev
50-
Depends: linux-libc-dev-${binary:Version}-%(fork)s,
50+
Depends: linux-libc-dev (= ${binary:Version}),
5151
${misc:Depends},
5252
Description: Radxa Linux libc-dev meta-package for new product
5353
This is the meta-package for Linux libc-dev.

0 commit comments

Comments
 (0)