summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Platte2016-06-06 04:06:07 +0200
committerJonas Platte2016-06-06 04:06:07 +0200
commit1b4543d9ccc4d4546d3c09530d7865d3685cc9d4 (patch)
tree1a4e003e852753bbb6d8c6023c3838b089beaace
parente1511a09b8e35eac356cbc7e38f1119cd21b0445 (diff)
downloadaur-1b4543d9ccc4d4546d3c09530d7865d3685cc9d4.tar.gz
Delete RPATHs from installed binaries, not the ones in the src directory (package won't differ, so no pkgrel bump)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c559a4648801..7deac0e19b8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 1 01:53:20 UTC 2016
+# Mon Jun 6 02:05:02 UTC 2016
pkgbase = purescript-bin
pkgdesc = A small strongly typed programming language with expressive types that compiles to Javascript, written in and inspired by Haskell.
pkgver = 0.9.1
diff --git a/PKGBUILD b/PKGBUILD
index 43790e8893df..f983dc31b2dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ _binaries="psc psci psc-bundle psc-docs psc-ide-client psc-ide-server psc-publis
package() {
cd purescript
- chrpath -d $_binaries
install -t "${pkgdir}/usr/bin" -D -m755 $_binaries
+ chrpath -d "${pkgdir}/usr/bin"/*
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}