Opened 19 years ago

Closed 19 years ago

Last modified 10 years ago

#1385 closed defect (invalid)

zip-2.31 "make install" fails

Reported by: slyfox@… Owned by: blfs-book@…
Priority: high Milestone:
Component: BOOK Version: c-6.0
Severity: trivial Keywords:
Cc:

Description

file :

unix/Makefile has undefined in BLFS $(INSTALL) var

if we

make prefix=/usr -f unix/Makefile install && install -v -m644 man/zip.1 /usr/share/man/man1

change to

INSTALL=install make prefix=/usr -f unix/Makefile install

all make errors disappear

thanks for your work

Change History (2)

comment:1 by bdubbs@…, 19 years ago

Resolution: invalid
Status: newclosed
Summary: aip-2.31 "make install" failszip-2.31 "make install" fails
  1. Typo in Summary--should be zip
  2. There is a sed that takes care of this problem in SVN:

sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \

unix/Makefile

However, your solution is cleaner.

comment:2 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.