6 lines
83 B
Bash
6 lines
83 B
Bash
#!/bin/bash
|
|
cd expat
|
|
chmod a+x configure
|
|
./configure --prefix=$OLDPWD
|
|
make install
|