branch: externals/ada-mode
commit c74914942100f71dd8e3e76c04c2e4833e614ea9
Author: Stephen Leake <stephen_le...@stephe-leake.org>
Commit: Stephen Leake <stephen_le...@stephe-leake.org>

    More stuff for 8.0.4
---
 build.sh   | 3 ---
 install.sh | 2 ++
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/build.sh b/build.sh
index 2118dc7f22..08b8ce7094 100755
--- a/build.sh
+++ b/build.sh
@@ -14,9 +14,6 @@ if type alr; then
     # alr get --build builds dependencies with release, but top with 
development.
     alr get emacs_ada_mode~8.0.3
     cd emacs_ada_mode_*; alr build --release
-
-    # WORKAROUND: this should be in alire_rules.make
-    mv ada_annex_p_lr1_parse_table.txt bin
     
 elif type gprbuild; then
     echo "building ada-mode executables via gnat compiler"
diff --git a/install.sh b/install.sh
index 0ff97429d2..8645b48b4a 100755
--- a/install.sh
+++ b/install.sh
@@ -16,6 +16,8 @@ echo "installing ada-mode executables to" $PREFIX/bin
 
 # No need for gprinstall; we only need the executable 
 
+mkdir -p $PREFIX/bin
+
 if type alr; then
     cp emacs_ada_mode*/bin/* $PREFIX/bin
 

Reply via email to