Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

spurious-executable-perm #10

@ghost

Description

infinipath-psm-devel.x86_64: W: spurious-executable-perm /usr/include/psm.h
infinipath-psm-devel.x86_64: W: spurious-executable-perm /usr/include/psm_mq.h

It is a trivial issue, can be fixed with this dummy patch. Please apply it. Thanks.

diff --git a/Makefile b/Makefile
index d79c4bd..24fa29e 100644
--- a/Makefile
+++ b/Makefile
@@ -188,8 +188,8 @@ install: all
ln -sf ${TARGLIB}.so.${MAJOR}.${MINOR} ${TARGLIB}.so.${MAJOR} ;
ln -sf ${TARGLIB}.so.${MAJOR} ${TARGLIB}.so) ;
if [ X$(MIC) != X1 ]; then \

  •           install -D psm.h ${DESTDIR}/usr/include/psm.h ; \
    
  •           install -D psm_mq.h ${DESTDIR}/usr/include/psm_mq.h ; \
    
  •           install -m 0644 -D psm.h ${DESTDIR}/usr/include/psm.h ; \
    
  •           install -m 0644 -D psm_mq.h ${DESTDIR}/usr/include/psm_mq.h ; \
    else \
            filelist=/opt/intel/mic/psm/psm.filelist ; \
            sed -e 's!%IPATHMAJOR%!$(IPATH_LIB_MAJOR)!g' \
    
    ==========================

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions