mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
app-misc/xplr: quote variables
Signed-off-by: Ashlen <dev@anthes.is> Closes: https://github.com/gentoo/guru/pull/234 Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -248,12 +248,12 @@ src_compile() {
|
|||||||
src_install() {
|
src_install() {
|
||||||
dodoc README.md
|
dodoc README.md
|
||||||
|
|
||||||
dobin $(cargo_target_dir)/xplr
|
dobin "$(cargo_target_dir)/xplr"
|
||||||
newicon -s 16 assets/icon/${PN}16.png ${PN}.png
|
newicon -s 16 "assets/icon/${PN}16.png" "${PN}.png"
|
||||||
newicon -s 32 assets/icon/${PN}32.png ${PN}.png
|
newicon -s 32 "assets/icon/${PN}32.png" "${PN}.png"
|
||||||
newicon -s 64 assets/icon/${PN}64.png ${PN}.png
|
newicon -s 64 "assets/icon/${PN}64.png" "${PN}.png"
|
||||||
newicon -s 128 assets/icon/${PN}128.png ${PN}.png
|
newicon -s 128 "assets/icon/${PN}128.png" "${PN}.png"
|
||||||
doicon -s scalable assets/icon/${PN}.svg
|
doicon -s scalable "assets/icon/${PN}.svg"
|
||||||
domenu assets/desktop/xplr.desktop
|
domenu assets/desktop/xplr.desktop
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user