diff options
Diffstat (limited to 'emulators/mupen64plus-core/Makefile.common')
-rw-r--r-- | emulators/mupen64plus-core/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common index 4ffcb2c7b9f1..7f419af1fcfc 100644 --- a/emulators/mupen64plus-core/Makefile.common +++ b/emulators/mupen64plus-core/Makefile.common @@ -42,7 +42,7 @@ post-patch: . endif pre-install: - @${RM} -f ${PLIST} + @${RM} ${PLIST} . if ${PKGNAMESUFFIX} == "-video-rice" @${ECHO_CMD} "%%DATADIR%%/RiceVideoLinux.ini" >> ${PLIST} . endif |