summaryrefslogtreecommitdiff
path: root/src/stage3/makepkg.sh
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-06-07 11:50:14 +0200
committerAndreas Grapentin <andreas@grapentin.org>2018-06-07 11:50:14 +0200
commitdcced6d4c63d6e620dacb0f24c9f69bc7453d0d8 (patch)
treeb886ac3ab8601c4c1724a14aa8e05053d4d0ae74 /src/stage3/makepkg.sh
parent4394010d4d734dc7f88929b95acb037e69abc801 (diff)
various fixes
Diffstat (limited to 'src/stage3/makepkg.sh')
-rw-r--r--src/stage3/makepkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage3/makepkg.sh b/src/stage3/makepkg.sh
index 8cd1bf6..841119b 100644
--- a/src/stage3/makepkg.sh
+++ b/src/stage3/makepkg.sh
@@ -51,7 +51,7 @@ EOF
check_repo "$PKGDEST" native || make_repo "$PKGDEST" native
# patch libremakepkg to update config.sub/config.guess
- cat "$(which libremakepkg)" > "$BUILDDIR/libremakepkg.sh"
+ cat "$(command -v libremakepkg)" > "$BUILDDIR/libremakepkg.sh"
chmod +x "$BUILDDIR/libremakepkg.sh"
if [ "x${REGEN_CONFIG_FRAGMENTS:-no}" == "xyes" ]; then