7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
cd libraries/liblmdb
|
|
|
|
make CC="${CC:-cc}"
|
|
make DESTDIR="$1" prefix=/usr install
|