diff options
Diffstat (limited to 'xorg/xf86-video-vesa/build')
-rwxr-xr-x | xorg/xf86-video-vesa/build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/xorg/xf86-video-vesa/build b/xorg/xf86-video-vesa/build deleted file mode 100755 index 3054c8be..00000000 --- a/xorg/xf86-video-vesa/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -export LDFLAGS="-Wl,-z,lazy" - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install |