2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
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