From 36e9a43109b4c50220ee69a8b6cb365f58234b9d Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 26 Jul 2006 14:26:26 +0000 Subject: [PATCH] Force minix install --- commands/flex-2.5.4/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/flex-2.5.4/Makefile.in b/commands/flex-2.5.4/Makefile.in index 97ea9bd4e..5bd458fe1 100644 --- a/commands/flex-2.5.4/Makefile.in +++ b/commands/flex-2.5.4/Makefile.in @@ -94,7 +94,7 @@ all: $(FLEX) $(FLEX): .bootstrap $(OBJECTS) $(FLEXLIB) $(CC) $(CFLAGS) -o $(FLEX) $(LDFLAGS) $(OBJECTS) $(FLEXLIB) $(LIBS) - install -S256k $(FLEX) + /usr/bin/install -S256k $(FLEX) .bootstrap: initscan.c @rm -f scan.c -- 2.44.0