Fix entering wrong directory
This commit is contained in:
parent
a75c963c2e
commit
01f3f944e0
2 changed files with 2 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -18,7 +18,7 @@ package_mint-sounds() {
|
|||
pkgdesc="Linux Mint system sounds from ${pkgbase} package."
|
||||
install="${pkgname}.install"
|
||||
|
||||
cd "${srcdir}/${pkgbase}"
|
||||
cd "${srcdir}/${pkgbase}-${pkgver}"
|
||||
install -d "${pkgdir}/usr/share/sounds"
|
||||
cp -dr --no-preserve=ownership "./usr/share/sounds/LinuxMint" "${pkgdir}/usr/share/sounds/"
|
||||
install -Dm644 "../${pkgname}.gschema.override" "${pkgdir}/usr/share/glib-2.0/schemas/${pkgname}.gschema.override"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue