diff options
Diffstat (limited to 'www/xpi-conkeror/Makefile')
-rw-r--r-- | www/xpi-conkeror/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/xpi-conkeror/Makefile b/www/xpi-conkeror/Makefile index 541f4d5bd552..2aaeaf333d18 100644 --- a/www/xpi-conkeror/Makefile +++ b/www/xpi-conkeror/Makefile @@ -31,8 +31,8 @@ post-patch: cd ${WRKSRC} && \ ${MV} contrib/conkeror.desktop . && \ ${MV} contrib/man/conkeror.1 . && \ - ${RM} -rf contrib/debian contrib/dist contrib/man debian tests && \ - ${RM} -f contrib/build.sh contrib/install.sh contrib/mketags.sh \ + ${RM} -r contrib/debian contrib/dist contrib/man debian tests && \ + ${RM} contrib/build.sh contrib/install.sh contrib/mketags.sh \ contrib/testrun.sh contrib/run-conkeror && \ ${MKDIR} share && \ ${MV} branding chrome components content \ |