mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 11:10:08 -07:00
pkgconf: clean build
This commit is contained in:
parent
40dc0e1693
commit
aa33cf7ec0
@ -4,13 +4,10 @@
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
|
||||
mkdir -p "$1/usr/bin"
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
cd "$1/usr/bin"
|
||||
ln -s pkgconf pkg-config
|
||||
ln -s pkgconf "$1/usr/bin/pkg-config"
|
||||
|
||||
# Remove docs.
|
||||
rm -rf "$1/usr/share/doc"
|
||||
|
Loading…
Reference in New Issue
Block a user