diff options
Diffstat (limited to 'community/automake/build')
| -rwxr-xr-x | community/automake/build | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/community/automake/build b/community/automake/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/community/automake/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ +    --prefix=/usr + +make +make DESTDIR="$1" install | 
