diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:05:22 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:05:22 +0300 |
commit | a8738960bdd1bea0264a042e86acf23fc838b0e2 (patch) | |
tree | e8b9848c8e1d761fa47395ecac9f0a0c9fe6c5f7 /xorg/pixman/build | |
parent | e51c0c3ceb5676ac80a584e2bde3e514322749c4 (diff) | |
download | repository-a8738960bdd1bea0264a042e86acf23fc838b0e2.tar.gz |
pixman: move to extra
Diffstat (limited to 'xorg/pixman/build')
-rwxr-xr-x | xorg/pixman/build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/pixman/build b/xorg/pixman/build deleted file mode 100755 index cb0b1bff..00000000 --- a/xorg/pixman/build +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --disable-gtk - -make -make DESTDIR="$1" install |