From ae4b96c7ef149a277df965bc9e83d1f50004824b Mon Sep 17 00:00:00 2001 From: Alan Eldridge Date: Fri, 1 Nov 2002 16:24:19 +0000 Subject: Fixed a stoopid mistake I made by not using -f with ${RM}. Caught, gutted, And filleted by Douglas Berry , who then served it with a delightful lemon and basil butter, garnished with lark's vomit. Thanks, Doug! Submitted by: Douglas Barry --- www/firefox-esr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/firefox-esr') diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 0e6139c45fc1..2afa69855b20 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -79,10 +79,10 @@ post-patch: nsDrawingSurfaceGTK.cpp nsFontMetricsXft.h post-install: - ${RM} ${PREFIX}/bin/phoenix + ${RM} -f ${PREFIX}/bin/phoenix ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \ ${PREFIX}/bin/phoenix - ${RM} ${PREFIX}/bin/phoenix-config + ${RM} -f ${PREFIX}/bin/phoenix-config ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ ${PREFIX}/bin/phoenix-config -- cgit v1.2.3