Delete the strip flag from the install. Otherwise the install falls
over in the installation of the shell scripts.
This commit is contained in:
parent
a099d68b45
commit
1176dfd04c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416
1 changed files with 10 additions and 4 deletions
|
@ -39,16 +39,22 @@
|
|||
# LDLIBS = -lsun -lc_s
|
||||
# ISC SysVr3.2.2 has a shared C library and requires libinet.a to resolve
|
||||
***************
|
||||
*** 75,81 ****
|
||||
INSTALL = install -c -s
|
||||
*** 72,81 ****
|
||||
# install -s -c $(LOCALBINDIR) $$file
|
||||
#
|
||||
#INSTALL = cp
|
||||
! INSTALL = install -c -s
|
||||
|
||||
# Root of installation tree
|
||||
! INSTROOT = /usr/local
|
||||
#
|
||||
# This is where binaries should be copied
|
||||
LOCALBINDIR = ${INSTROOT}/bin
|
||||
--- 75,81 ----
|
||||
INSTALL = install -c -s
|
||||
--- 72,81 ----
|
||||
# install -s -c $(LOCALBINDIR) $$file
|
||||
#
|
||||
#INSTALL = cp
|
||||
! INSTALL = install -c
|
||||
|
||||
# Root of installation tree
|
||||
! INSTROOT = ${PREFIX}
|
||||
|
|
Loading…
Reference in a new issue