summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArthur Zamarin2015-07-25 17:32:20 +0300
committerArthur Zamarin2015-07-25 17:32:20 +0300
commita34c0599193b1e4cdf737c42fc505fd352244c61 (patch)
treeec79189b1de0392b392f79a0e9abe1a83c96c804 /PKGBUILD
parentc80e87c2d8d478516a0b85af0ecd1e74a7512492 (diff)
downloadaur-a34c0599193b1e4cdf737c42fc505fd352244c61.tar.gz
Update for Eclipse Mars
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f43bd786683c..df470b835b13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=eclipse-dltk-rse
pkgver=5.0.0
-pkgrel=1
+pkgrel=2
_pkgdate=201306060709
pkgdesc="Mylyn support for remote systems in Eclipse"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ source=("$_mirror/technology/dltk/downloads/drops/R${pkgver:0:3}/R-${pkgver:0:3}
md5sums=('057504f9a2023e1fb83cd9412027ef6e')
package() {
- _dest=$pkgdir/usr/share/eclipse/dropins/${pkgname#eclipse-}/eclipse
+ _dest=$pkgdir/usr/lib/eclipse/dropins/${pkgname#eclipse-}/eclipse
cd $srcdir
install -dm755 $_dest
find plugins features -type f -exec install -Dm644 {} \