diff options
Diffstat (limited to 'xorg/xrandr/build')
| -rwxr-xr-x | xorg/xrandr/build | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/xorg/xrandr/build b/xorg/xrandr/build new file mode 100755 index 00000000..373bceed --- /dev/null +++ b/xorg/xrandr/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ +    --prefix=/usr \ +    --mandir=/usr/share/man \ +    --localstatedir=/var + +make +make DESTDIR="$1" install | 
