7 lines
88 B
Bash
Executable File
7 lines
88 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
sed -i 's/775/755/g' Makefile
|
|
|
|
make
|
|
make DESTDIR="$1" PREFIX=/usr install
|