summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2011-10-07 22:52:59 +0200
committerJaka Kranjc2011-10-07 22:52:59 +0200
commit8fd9b054076b883becf550311b0f54c2d69fc2c0 (patch)
treeea2a67c92c66503489d49446ddcc375e66587cd1
parent18da230db6dc09e448eaa57788c30452cb067b3f (diff)
grass: forgot to add a file
-rwxr-xr-xscience/grass/INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/science/grass/INSTALL b/science/grass/INSTALL
new file mode 100755
index 0000000000..6c27679b01
--- /dev/null
+++ b/science/grass/INSTALL
@@ -0,0 +1,6 @@
+local ir=$INSTALL_ROOT/usr &&
+# stupid pos; it would need much more work to be happy in fhs
+#make INST_DIR="$ir"/share/grass BINDIR="$ir"/bin PREFIX="$ir" install
+#make INST_DIR="$ir" install
+make install &&
+( cd "$ir"/lib/ && ln -sfv "$ir"/grass-*/lib/*.so . )