Skip to content

Commit dbbcbf8

Browse files
committed
mk: Fix Debian package list
perl-modules now seems to have a version number in it's name. Install the full perl instead which depends on perl-modules-*.
1 parent 8ecd339 commit dbbcbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ install:
5050
install -D -m0755 scripts/clatd.networkmanager $(NM_DISPATCHER)
5151

5252
DEB_PACKAGES = \
53-
perl-base perl-modules libnet-ip-perl libnet-dns-perl libjson-perl \
53+
perl libnet-ip-perl libnet-dns-perl libjson-perl \
5454
iproute2 nftables tayga
5555

5656
RPM_PACKAGES = \

0 commit comments

Comments
 (0)