summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonne Haß2016-09-06 20:55:06 +0200
committerJonne Haß2016-09-06 21:16:13 +0200
commitaf69e3400bfbcc4ce9673d3f0e3179148302a632 (patch)
tree036c6680988f59c9176cdc1bc6c2de85284ba4e0 /PKGBUILD
parent1a89cbaf6547732321635df0a5049f94840de001 (diff)
downloadaur-af69e3400bfbcc4ce9673d3f0e3179148302a632.tar.gz
diaspora: fix variable declarations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76985d85a7d7..38a5b681c1ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -86,6 +86,8 @@ build() {
}
package() {
+ _bundle=bundle
+ _ruby=ruby
_builddir=$srcdir/build
msg "Copy contents to package directory"