summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2015-11-19 21:15:15 +0200
committerDet2015-11-19 21:15:15 +0200
commit943b93b2f270fb5c0625c4eaf42ebea661230b78 (patch)
tree67a65b60d9a4b07de7fc6612d44c4d8deeaa654d
parentd5339e2738ff0edeadd5bcdb6cc5fa74d866b72e (diff)
downloadaur-943b93b2f270fb5c0625c4eaf42ebea661230b78.tar.gz
Fix source directory location
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 710d289769a6..3b60e1f4815c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,7 +40,7 @@ if [[ $_build = ? ]]; then
fi
prepare() {
- cd comm-*
+ cd thunderbird-$pkgver
# Create directories
msg2 "Creating directory structure..."
@@ -61,7 +61,7 @@ prepare() {
}
build() {
- cd comm-*
+ cd thunderbird-$pkgver
# Build flags
export LDFLAGS="$LDFLAGS -Wl,-rpath,/opt/$pkgname"
@@ -89,7 +89,7 @@ build() {
}
package() {
- cd comm-*/obj-*
+ cd thunderbird-$pkgver
# Put together
msg2 "Running make install.."