You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/linux-logo/files/linux-logo-6.0-which.patch

30 lines
495 B

--- a/configure
+++ b/configure
@@ -28,13 +28,13 @@
fi
OS=`uname`
-INSTALL=`which install`
+INSTALL=`command -v install`
if [ -z "$PREFIX" ]; then
PREFIX=/usr/local
fi
-which xgettext
+command -v xgettext
XGETTEXT_MISSING=$?
if [ $XGETTEXT_MISSING -eq 0 ]; then
--- a/libsysinfo-0.3.0/configure
+++ b/libsysinfo-0.3.0/configure
@@ -13,7 +13,7 @@
OS=`uname`
PREFIX=/usr/local
-INSTALL=`which install`
+INSTALL=`command -v install`
LIBSYSINFO_INCLUDE="-I.."
LFLAGS=""