forked from kiss-community/repo
docs: update
This commit is contained in:
parent
53aea0be97
commit
2167ba20a3
@ -1,13 +1,13 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
|
||||
mkdir -p "$1/usr/bin"
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
cd "$1/usr/bin" || exit 1
|
||||
cd "$1/usr/bin"
|
||||
ln -s pkgconf pkg-config
|
||||
|
Loading…
Reference in New Issue
Block a user