Skip to content

Commit 32ad376

Browse files
committed
throne: update binary filename in package()
1 parent a78fd9a commit 32ad376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archlinuxcn/throne/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ package() {
7575

7676
cd "${_srcname}-${pkgver}/"
7777
install -Dm644 "res/public/${_srcname}.png" -t "${pkgdir}/usr/share/pixmaps/"
78-
install -Dm755 build/{Core,Throne} -t "${pkgdir}/usr/lib/${pkgname}/"
78+
install -Dm755 build/Throne{,Core} -t "${pkgdir}/usr/lib/${pkgname}/"
7979
}

0 commit comments

Comments
 (0)