fix: adapt file permissions
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f3666aeb07
commit
d2ebe84242
3
.SRCINFO
3
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = mint-backgrounds-lisa
|
||||
pkgdesc = The backgrounds included in Linux Mint 12 Lisa
|
||||
pkgver = 1.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-lisa
|
||||
arch = any
|
||||
license = Various
|
||||
@ -9,4 +9,3 @@ pkgbase = mint-backgrounds-lisa
|
||||
sha256sums = be6c378505a901a62735b12bb615e79723788f5eecba944a930f9811eddec133
|
||||
|
||||
pkgname = mint-backgrounds-lisa
|
||||
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=mint-backgrounds-lisa
|
||||
pkgver=1.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The backgrounds included in Linux Mint 12 Lisa"
|
||||
license=('Various')
|
||||
arch=('any')
|
||||
@ -17,4 +17,6 @@ package() {
|
||||
cp --archive ${srcdir}/${pkgname}/usr/share/backgrounds/linuxmint-lisa ${pkgdir}/usr/share/backgrounds
|
||||
cp --archive ${srcdir}/${pkgname}/usr/share/gnome-background-properties/* ${pkgdir}/usr/share/cinnamon-background-properties
|
||||
cp --archive ${srcdir}/${pkgname}/usr/share/gnome-background-properties/* ${pkgdir}/usr/share/gnome-background-properties
|
||||
|
||||
find ${pkgdir}/usr/share/backgrounds/ -type f -exec chmod 0644 {} \;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user