source: git/Singular/make_alllib.sh @ ff7e14a

spielwiese
Last change on this file since ff7e14a was ff7e14a, checked in by Volker Braun <vbraun.name@…>, 13 years ago
Fix: Install the singular library to share/singular/LIB
  • Property mode set to 100755
File size: 170 bytes
Line 
1#!/bin/sh
2cp $1 LIB/all.lib.n
3chmod u+rw LIB/all.lib.n
4shift
5for i in $*
6do
7        echo "LIB \"$i\";" >>LIB/all.lib.n
8done
9chmod u-w LIB/all.lib.n
10mv LIB/all.lib.n LIB/all.lib
Note: See TracBrowser for help on using the repository browser.