[arch-commits] Commit in meteor/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Feb 10 20:55:09 UTC 2015
Date: Tuesday, February 10, 2015 @ 21:55:09
Author: arodseth
Revision: 127538
upgpkg: meteor 1.0.3.1-2
Modified:
meteor/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-10 20:35:15 UTC (rev 127537)
+++ PKGBUILD 2015-02-10 20:55:09 UTC (rev 127538)
@@ -9,7 +9,7 @@
pkgname=meteor
pkgver=1.0.3.1
pkgrel=2
-pkgdesc='Platform for rapidly developing mobile and web applications'
+pkgdesc='Rapidly build quality web and mobile applications'
arch=('x86_64' 'i686')
url='https://www.meteor.com/'
license=('MIT')
@@ -25,8 +25,8 @@
}
package() {
- install -d "$pkgdir/"{opt,usr/bin}
- cd "$pkgdir/opt"
+ install -d "$pkgdir/opt/$pkgname" "$pkgdir/usr/bin"
+ cd "$pkgdir/opt/$pkgname"
tar zxf "$srcdir/$pkgname/dev_bundle"*".tar.gz"
cd "$srcdir/$pkgname"
install -Dm755 meteor "$pkgdir/opt/meteor/meteor"
More information about the arch-commits
mailing list