2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-03 23:30:51 -06:00
repo/xorg/xrdb/build

10 lines
Plaintext
Raw Normal View History

2019-08-17 04:47:52 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--localstatedir=/var
make
make DESTDIR="$1" install