2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-03-09 06:49:57 -06:00
repo/xorg/libICE/build

8 lines
78 B
Bash
Executable File

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