repo/extra/pixman/build
Dylan Araps a81b073a03
various: move
- remove firefox-esr for now
- move pixman to extra
- move libxkbcommon to extra
2021-07-01 12:40:01 +00:00

9 lines
98 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-gtk
make
make DESTDIR="$1" install