summaryrefslogtreecommitdiff
path: root/libre/clementine
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-04 23:35:02 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-04 23:35:02 -0300
commita915794b1a3686b7a5efdaae97b20a00e6b0617c (patch)
treefa273f465a1a48b0802faa4825b166ca7bdd8c7e /libre/clementine
parent7c277a3e0333c9dcb2bfc56e418d810473f7e802 (diff)
clementine: fix pkgname
Diffstat (limited to 'libre/clementine')
-rw-r--r--libre/clementine/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/clementine/PKGBUILD b/libre/clementine/PKGBUILD
index cfa05ad10..8c2dee069 100644
--- a/libre/clementine/PKGBUILD
+++ b/libre/clementine/PKGBUILD
@@ -63,13 +63,13 @@ mksource() {
}
prepare() {
- cd ${_pkgname}-${pkgver}
+ cd ${pkgname^}-${pkgver}
patch -Np1 -i ../udisks-namespace.patch
}
build() {
- cd ${_pkgname}-${pkgver}
+ cd ${pkgname^}-${pkgver}
if [[ -d build ]]; then
rm -rf build
@@ -81,7 +81,7 @@ build() {
}
package() {
- cd ${_pkgname}-${pkgver}/build
+ cd ${pkgname^}-${pkgver}/build
make DESTDIR="${pkgdir}" install
}