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