diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2015-07-24 19:43:01 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2015-07-24 19:43:01 -0400 |
commit | 2d8d40e1fa5a773573fddad7ab0be9857c3dceb5 (patch) | |
tree | 841b18c93ea77d7af0566465c103605495ffd8ed /pcr/gforth/gforth.install | |
parent | d65d43f3dca148eb7ab4f5e42bb8ef1511ee20c3 (diff) | |
download | abslibre-2d8d40e1fa5a773573fddad7ab0be9857c3dceb5.tar.gz abslibre-2d8d40e1fa5a773573fddad7ab0be9857c3dceb5.tar.bz2 abslibre-2d8d40e1fa5a773573fddad7ab0be9857c3dceb5.zip |
Adding gforth GNU project
Diffstat (limited to 'pcr/gforth/gforth.install')
-rw-r--r-- | pcr/gforth/gforth.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pcr/gforth/gforth.install b/pcr/gforth/gforth.install new file mode 100644 index 000000000..856966e20 --- /dev/null +++ b/pcr/gforth/gforth.install @@ -0,0 +1,5 @@ +post_install() { + echo "Running post-install libtool..." + libtool --finish /usr/lib/gforth/0.7.3/libcc-named/ + echo "Done!" +}
\ No newline at end of file |