summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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 {} \