diff options
Diffstat (limited to 'xorg/sowm/build')
-rwxr-xr-x | xorg/sowm/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg/sowm/build b/xorg/sowm/build new file mode 100755 index 00000000..7de21eed --- /dev/null +++ b/xorg/sowm/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make DESTDIR="$1" install |