[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#36673: glibc: small fix for debian/rules



Package: glibc
Version: N/A

Hello,

In line 252 of debian/rules, I had to substitute $(libexecdir) by the
correct path:

        $(INSTALL_PROGRAM) -m 4755 $(install_root)/usr/libexec/pt_chown \
                $(tmpdir)/$@$(libexecdir)/pt_chown

because "make install" will use the default built in "libexec", and not the
value given to configure. Probably, a possible fix would be to specify
"--libexecdir=$(libexecdir)" to the make install invocation, but I did not
test if this breaks something else.

Thanks,
Marcus

-- System Information
Debian Release: potato
Kernel Version: Linux flora 2.2.6-ac1 #1 Fre Apr 23 19:30:27 CEST 1999 i586 unknown


Reply to: