Skip to content

Commit 5ab1d54

Browse files
committed
Fix linux-deb requiring makepkg instead of dpkg
1 parent 0cbf662 commit 5ab1d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/packaging/linux-deb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var LinuxDebTask = &packagingTask{
3535
},
3636
requiredTools: map[string]map[string]string{
3737
"linux": {
38-
"makepkg": "You need to be on Debian, Ubuntu or another distro that uses apt/dpkg as package manager to use this. Installing dpkg on other distros is hard and dangerous.",
38+
"dpkg-deb": "You need to be on Debian, Ubuntu or another distro that uses apt/dpkg as package manager to use this. Installing dpkg on other distros is hard and dangerous.",
3939
},
4040
},
4141
}

0 commit comments

Comments
 (0)