Fix entering wrong directory

This commit is contained in:
Manuel Hüsers 2016-11-12 13:14:32 +01:00
parent a75c963c2e
commit 01f3f944e0
2 changed files with 2 additions and 2 deletions

View file

@ -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"