2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

pciutils: don't use subshell

This commit is contained in:
Dylan Araps 2019-10-08 10:56:53 +03:00
parent fe4ba91014
commit b6e7bec6d5
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,7 +1,7 @@
#!/bin/sh -e
# Avoid repeating environment variables.
mk() (
mk() {
make \
PREFIX=/usr \
ZLIB=no \
@ -10,7 +10,7 @@ mk() (
MANDIR=/usr/share/man \
SBINDIR=/usr/bin \
"$@"
)
}
mk all
mk DESTDIR="$1" install install-lib