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