summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonard König2015-09-02 16:52:17 +0200
committerLeonard König2015-09-02 16:52:17 +0200
commited9c2559db2747ac7dc47a1979aba124ffb30b04 (patch)
treee2980b9541d27a86dca38cf6f7643c89eb32a2fd /PKGBUILD
parent5a5a005e537bdc1aa3c396d82fb2a5cfaa0bccf9 (diff)
downloadaur-ed9c2559db2747ac7dc47a1979aba124ffb30b04.tar.gz
move space-warning to a better place
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df46faff6bd8..720c1959b77d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,6 +46,11 @@ sha256sums=('bf73e7693ae15b271dbbd55010eb33fae3400b964fa4b70289bd5a17d19d5493'
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package
+prepare() {
+ warning "If you are using an AUR-Helper or building on a small partition (like /tmp),"
+ warning "you might want to change the build-/cache-directory as this package is rather big"
+}
+
build() {
yes | fakeroot sh "unity-editor-installer-${pkgver}.sh"
}