repo.or.cz
/
opsoft_archive.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Very old versions for history.
[opsoft_archive.git]
/
gclib2
/
gclib-2.1
/
install.sh
blob
eb70c367dd9d25dc0769092fdf28026740f51aa9
1
#!/bin/bash
2
3
.
/
build.sh
4
rm
-fr
/
usr
/
include
/
gclib2
5
mkdir
/
usr
/
include
/
gclib2
6
cp
-a
.
/
include
/*
.h
/
usr
/
include
/
gclib
2
/
7
cp
.
/
libgclib2.
* /
usr
/
lib
/
8
ldconfig
9