[Date Prev][Date Next] [Chronological] [Thread] [Top]

'make install' hardwired path (ITS#455)



Full_Name: Jeff Schaller
Version: 1.2
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (204.168.13.18)


ldap/clients/rcp500/Makefile, near line 188 has a path for rcpt500.help; on
doing a 'make install',
  Entering subdirectory rcpt500
make[2]: Entering directory
`/home/schaller/proj/ldap/openldap/ldap/clients/rcpt500'
mkdir -p /usr/local/libexec /usr/local/share/openldap
/bin/sh /home/schaller/proj/ldap/openldap/ldap/libtool --mode=install
/usr/bin/install -c   -m 755 rcpt500 /usr/local/libexec
/usr/bin/install -c -m 755 rcpt500 /usr/local/libexec/rcpt500
mv /usr/local/share/openldap/rcpt500.help
/usr/local/share/openldap/rcpt500.help-
mv: /usr/local/share/openldap/rcpt500.help: No such file or directory
make[2]: [install-local] Error 1 (ignored)
/usr/bin/install -c  -m 644 ./rcpt500.help /usr/local/share/openldap
make[2]: Leaving directory
`/home/schaller/proj/ldap/openldap/ldap/clients/rcpt500'

Hopefully that's still readable. Anyway, looks good so far -- keep up the good
work!