diff options
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 |