forked from Supositware/Haha-Yes
6 lines
52 B
Bash
Executable file
6 lines
52 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
cd "$1/liblzma"
|
|
make
|
|
make install
|