diff options
-rwxr-xr-x | build_ft.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_ft.sh b/build_ft.sh index 135bda7..a7f068f 100755 --- a/build_ft.sh +++ b/build_ft.sh @@ -1,5 +1,7 @@ #!/bin/sh +# (c) 2005 Bertrand Jacquin <beber.mailing@gmail.com> + ./autogen.sh && \ ./configure --with-ecore-config=${HOME}/bin/ecore-config --prefix=${HOME} && \ make && \ |