summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Platte2016-06-06 04:06:07 +0200
committerJonas Platte2016-06-06 04:06:07 +0200
commit1b4543d9ccc4d4546d3c09530d7865d3685cc9d4 (patch)
tree1a4e003e852753bbb6d8c6023c3838b089beaace /PKGBUILD
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)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"
}