OSDN Git Service

Additioal fix to the previous.
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Tue, 10 Jul 2018 18:31:43 +0000 (02:31 +0800)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Tue, 10 Jul 2018 18:31:43 +0000 (02:31 +0800)
 Changes to be committed:
modified:   lib/libpkgsys.sh

lib/libpkgsys.sh

index b575e3f..effe2de 100644 (file)
@@ -16,7 +16,8 @@ PKGSYS_AVR_REFETCH_TIMES_FOR_CHKSUMERR=2      #  Number (integer) of retrials for che
 pkgsys_chk_ports_tree_implementation ()
 {
        local var tmp_work
-       fs_fix_unionfs_image_if_hidden "${PORTSDIR}/Mk/bsd.port.mk"
+       fs_fix_unionfs_image_if_hidden "${PORTSDIR}/Mk/bsd.port.mk" || :
+       fs_fix_unionfs_image_if_hidden "${PORTSDIR}/Makefile" || :
        if [ ! -d "${PORTSDIR}" ]
        then
                message_echo "ERROR: Ports directory ${PORTSDIR} is not found." >&2