summaryrefslogtreecommitdiffstats
path: root/devel/anjuta-devel/files/anjuta
blob: 4c64959d2bede1a25e9391c27599574c3eff8de4 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

export PATH=%%LOCALBASE%%/gnu-autotools/bin:${PATH}
export ACLOCAL_FLAGS="-I %%LOCALBASE%%/share/aclocal ${ACLOCAL_FLAGS}"

exec "%%PREFIX%%/bin/anjuta-bin" "$@"