Skip to content

Change install section of the makefiles #2

Open
@dsiggi

Description

@dsiggi

Hey,
please change the install section of the Makefiles to use 0755 for the directory's /usr/include/{amcodec,amports,ppmgr}. Because with no execute permission no user can read the files inside.

siggi@odroid /root $ cat /usr/include/amcodec/codec_error.h 
cat: /usr/include/amcodec/codec_error.h: Keine Berechtigung 
siggi@odroid /root $ ls -l /usr/include/amcodec/ 
ls: Zugriff auf /usr/include/amcodec/codec.h nicht möglich: Keine Berechtigung 
ls: Zugriff auf /usr/include/amcodec/audio_priv.h nicht möglich: Keine Berechtigung 
ls: Zugriff auf /usr/include/amcodec/codec_msg.h nicht möglich: Keine Berechtigung 
ls: Zugriff auf /usr/include/amcodec/codec_type.h nicht möglich: Keine Berechtigung 
ls: Zugriff auf /usr/include/amcodec/codec_error.h nicht möglich: Keine Berechtigung 
insgesamt 0 
-????????? ? ? ? ?             ? audio_priv.h 
-????????? ? ? ? ?             ? codec.h 
-????????? ? ? ? ?             ? codec_error.h 
-????????? ? ? ? ?             ? codec_msg.h 
-????????? ? ? ? ?             ? codec_type.h 

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions