On Sun, 2013-01-06 at 23:28 -0800, Richard Coffee wrote: > Also, I didn't need the LDFLAGS doing an upgrade. I suspect that was > just because the libraries already existed. Although I did need to use > a sed before doing 'make install'. > > sed -i 's/-dm0755/-d -m0755/' iptables/Makefile && > > Looks like just a typo in the file. I wouldn't have caught it but one > of my machines uses Benkmann's package user management.
Is that patching the following line?
${INSTALL} -dm0755 "${DESTDIR}${bindir}";
Because while merging the -d and -m commands is unusual, it's perfectly
valid syntax. If you run "install -dm0755 /tmp/whatever", it works
identically to "install -d -m0755 /tmp/whatever". Your patch should not
be required...
Simon.
signature.asc
Description: This is a digitally signed message part
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
