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