]> git.armaanb.net Git - asd-repo.git/blob - xorg/xsel/build
Restructure repository
[asd-repo.git] / xorg / xsel / build
1 #!/bin/sh -e
2
3 # Fix strncpy() error.
4 sed -i 's/MAXFNAME)/MAXFNAME-1)/' xsel.c
5
6 ./configure \
7     --prefix=/usr
8
9 make
10 make DESTDIR="$1" install