7 lines
125 B
Bash
Executable File
7 lines
125 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
xmkmf -a
|
|
make
|
|
install -Dm755 xless "$1/usr/bin/xless"
|
|
install -Dm755 xless.man "$1/usr/share/man/man1/xless.1"
|