Skip to content

Commit

Permalink
Use the binaries instead of compiling.
Browse files Browse the repository at this point in the history
  • Loading branch information
sweh committed Jun 13, 2017
1 parent b857077 commit d04c2a7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions bin/compile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
##!/usr/bin/env bash
#
#set -e
#
#tar -zxf aqbanking-$STACK.tar.gz -C "$1/"
#
#echo "-----> aqbanking-buildpack: Installed aqbanking and libraries"
#
#cp "aqbanking-buildpack-defaults.sh" "$1/.profile.d/"
#echo "-----> aqbanking-buildpack: Updated environment"
#
#exit 0
#!/usr/bin/env bash

set -e

tar -zxf aqbanking-$STACK.tar.gz -C "$1/"

echo "-----> aqbanking-buildpack: Installed aqbanking and libraries"

cp "aqbanking-buildpack-defaults.sh" "$1/.profile.d/"
echo "-----> aqbanking-buildpack: Updated environment"

exit 0


#This step is needed to compile a new aqbaning version.
Expand Down

0 comments on commit d04c2a7

Please sign in to comment.