add missing path change url
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/boot/grub2/themes/breeze", "./breeze/*")
|
||||
pisitools.insinto("/boot/grub2/themes/breeze", "breeze/*")
|
||||
|
||||
pisitools.dodoc("COPYING")
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Breeze theme for GRUB.</Summary>
|
||||
<Description>Breeze theme for GRUB.</Description>
|
||||
<Archive sha1sum="de02615691d126b8ba260a4e87113bc9dff121e7" type="tarxz">mirrors://kde/stable/plasma/5.8.5/breeze-5.8.5.tar.xz</Archive>
|
||||
<Archive sha1sum="b3932700ac3b91767bcf18be108cdc4de78e322c" type="tarxz">http://download.kde.org/stable/plasma/5.8.5/breeze-grub-5.8.5.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -21,11 +21,12 @@
|
||||
<Dependency>noto-fonts</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="themes">/boot/grub2/themes/breeze</Path>
|
||||
<Path fileType="themes">/boot/grub2/themes</Path>
|
||||
<Path fileType="doc">/usr/share/doc/breeze-grub</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2017-01-01</Date>
|
||||
<Version>5.8.5</Version>
|
||||
|
||||
Reference in New Issue
Block a user