Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Paper Mountain Studio committed Jan 3, 2020
1 parent 0fa701d commit be7300b
Show file tree
Hide file tree
Showing 26 changed files with 1 addition and 1 deletion.
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified README.md
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion makefile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ all: $(S_OBJS)

install:
mkdir -p $(INSTALL_DIR)
install -m 555 $(HLSDL) $(INSTALL_DIR)/$(HLSDL)
install -m 755 $(HLSDL) $(INSTALL_DIR)/$(HLSDL)

uninstall:
rm -f $(INSTALL_DIR)/$(HLSDL)
Expand Down
Empty file modified msvc/BUID_WINDOWS.txt
100755 → 100644
Empty file.
Empty file modified msvc/curl/MakefileBuild.vc
100755 → 100644
Empty file.
Empty file modified msvc/hlsdl.sln
100755 → 100644
Empty file.
Empty file modified msvc/hlsdl.vcxproj
100755 → 100644
Empty file.
Empty file modified msvc/hlsdl.vcxproj.filters
100755 → 100644
Empty file.
Empty file modified msvc/hlsdl.vcxproj.user
100755 → 100644
Empty file.
Empty file modified msvc/win/getopt.c
100755 → 100644
Empty file.
Empty file modified msvc/win/getopt.h
100755 → 100644
Empty file.
Empty file modified msvc/win/memmem.c
100755 → 100644
Empty file.
Empty file modified src/aes.c
100755 → 100644
Empty file.
Empty file modified src/aes.h
100755 → 100644
Empty file.
Empty file modified src/aes_openssl.c
100755 → 100644
Empty file.
Empty file modified src/curl.c
100755 → 100644
Empty file.
Empty file modified src/curl.h
100755 → 100644
Empty file.
Empty file modified src/hls.c
100755 → 100644
Empty file.
Empty file modified src/hls.h
100755 → 100644
Empty file.
Empty file modified src/main.c
100755 → 100644
Empty file.
Empty file modified src/misc.c
100755 → 100644
Empty file.
Empty file modified src/misc.h
100755 → 100644
Empty file.
Empty file modified src/mpegts.c
100755 → 100644
Empty file.
Empty file modified src/mpegts.h
100755 → 100644
Empty file.
Empty file modified src/msg.c
100755 → 100644
Empty file.
Empty file modified src/msg.h
100755 → 100644
Empty file.

0 comments on commit be7300b

Please sign in to comment.