summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Zamarin2016-04-02 10:00:05 +0300
committerArthur Zamarin2016-04-02 10:00:05 +0300
commit3303132e90e1268abf6ed1f5259ebbd61a838ea7 (patch)
tree9cfb5511e2661b3f4606ba7fa4bf0709ec1283ce
parentad37830f86e0461a0c875aef616bd95a609491c6 (diff)
downloadaur-3303132e90e1268abf6ed1f5259ebbd61a838ea7.tar.gz
Update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39c75b7b42b0..5a70a69289a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Mar 17 09:46:20 UTC 2016
+# Sat Apr 2 07:00:05 UTC 2016
pkgbase = eclipse-dltk-python
pkgdesc = Python IDE for Eclipse (Stable Stream)
pkgver = 5.4
diff --git a/PKGBUILD b/PKGBUILD
index 0da5457feab5..900854f7add8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,6 @@ md5sums=('08aa234c48109b3391ff721aad015249')
package() {
cd $srcdir
install -dm755 $pkgdir/usr/lib/eclipse/dropins/${pkgname#eclipse-}/
- find eclipse -type f -exec install -Dm644 {} \
+ find . -type f -exec install -Dm644 {} \
$pkgdir/usr/lib/eclipse/dropins/${pkgname#eclipse-}/{} \;
}