summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxentec2016-02-07 10:07:31 +0100
committerxentec2016-02-07 10:07:31 +0100
commitaa37cc5231bc33cc981dae0f8e671fb84657bf45 (patch)
treeac74f597e785c3d22824854dae83f6c319233e2d /PKGBUILD
parent532060893da2b6acd0d73283d946d05603318a0d (diff)
downloadaur-aa37cc5231bc33cc981dae0f8e671fb84657bf45.tar.gz
Removed workaroud for names of executables
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 279540d3e546..d0051c557b04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,11 +59,5 @@ package() {
msg "Clean up"
rm -vr "${pkgdir}/usr/share/glbinding"
-
- msg "Filename collision reduction"
- cd "${pkgdir}"
- for exec in usr/bin/*; do
- mv -v $exec $(dirname $exec)/glb-$(basename $exec)
- done
}