Skip to content

Commit 830fed4

Browse files
committed
Fix Conflicts syntax
1 parent e3b7dcb commit 830fed4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/create-deb.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ fi
1313
case "$TARGET" in
1414
*-musl*)
1515
DPKG_BASENAME=fd-musl
16-
DPKG_CONFLICTS=fd
16+
DPKG_CONFLICTS="fd, fd-find"
1717
;;
1818
*)
1919
DPKG_BASENAME=fd
20-
DPKG_CONFLICTS=fd-musl
20+
DPKG_CONFLICTS="fd-musl, fd-find"
2121
;;
2222
esac
2323

@@ -115,7 +115,7 @@ Maintainer: ${MAINTAINER}
115115
Homepage: ${REPO}
116116
Architecture: ${DPKG_ARCH}
117117
Provides: fd
118-
Conflicts: ${DPKG_CONFLICTS} fdfind
118+
Conflicts: ${DPKG_CONFLICTS}
119119
Description: simple, fast and user-friendly alternative to find
120120
fd is a program to find entries in your filesystem.
121121
It is a simple, fast and user-friendly alternative to find.

0 commit comments

Comments
 (0)