mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
fix:added 'g' in sed command
This commit is contained in:
parent
506694c0a3
commit
5cc61a73f5
@ -44,6 +44,6 @@ package() {
|
||||
cd build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
sed 's|qtpaths|qtpaths-qt5|' -i "$pkgdir/usr/bin/startkde"
|
||||
sed 's|qtpaths|qtpaths-qt5|g' -i "$pkgdir/usr/bin/startkde"
|
||||
install -Dm755 "${srcdir}/10-kf5" "${pkgdir}/etc/X11/xinit/xinitrc.d/10-kf5"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user