add missing path change url

This commit is contained in:
groni
2017-01-01 16:21:21 +01:00
parent 6f40857634
commit 5724ba1aa0
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -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")
+4 -3
View File
@@ -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>