mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 11:37:15 +08:00
imagewriter rebuild for .desktop fix
This commit is contained in:
parent
494fb432a8
commit
5c1456c431
@ -8,7 +8,7 @@
|
||||
|
||||
pkgname=imagewriter
|
||||
pkgver=1.10
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgrelsuse=2.1.2
|
||||
pkgdesc="SUSE Studio Imagewriter"
|
||||
arch=('x86_64')
|
||||
@ -30,3 +30,7 @@ build() {
|
||||
find . -type f -exec chmod -x \{\} \;
|
||||
chmod +x usr/bin/imagewriter
|
||||
}
|
||||
|
||||
package() {
|
||||
sed s/xdg-su/kdesu/ -i $pkgdir/usr/share/applications/imagewriter.desktop
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user