Browse Source

Fix permissions in bunch of projects

master
Ray Burgemeestre 4 years ago
parent
commit
961ccdb9dc
5 changed files with 5 additions and 0 deletions
  1. +1
    -0
      allegro5/Makefile
  2. +1
    -0
      fastpfor/Makefile
  3. +1
    -0
      ffmpeg/Makefile
  4. +1
    -0
      seasocks/Makefile
  5. +1
    -0
      sfml/Makefile

+ 1
- 0
allegro5/Makefile View File

make package-ubuntu2004 make package-ubuntu2004
bash ../ubuntu2004.sh make impl_sdl bash ../ubuntu2004.sh make impl_sdl
make package_sdl-ubuntu2004 make package_sdl-ubuntu2004
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions


prep: prep:
apt-get update apt-get update

+ 1
- 0
fastpfor/Makefile View File

patch FastPFor/CMakeLists.txt libcpp.patch patch FastPFor/CMakeLists.txt libcpp.patch
bash ../ubuntu2004.sh make impl bash ../ubuntu2004.sh make impl
make package-ubuntu2004 make package-ubuntu2004
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions


impl: impl:
update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-10 40 update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-10 40

+ 1
- 0
ffmpeg/Makefile View File

git clone git://source.ffmpeg.org/ffmpeg.git git clone git://source.ffmpeg.org/ffmpeg.git
bash ../ubuntu2004.sh make ffmpeg_impl bash ../ubuntu2004.sh make ffmpeg_impl
make package-ubuntu2004 make package-ubuntu2004
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions


ffmpeg_impl: ffmpeg_impl:
apt-get update apt-get update

+ 1
- 0
seasocks/Makefile View File

git clone https://github.com/rayburgemeestre/seasocks --branch v1.4.3 git clone https://github.com/rayburgemeestre/seasocks --branch v1.4.3
bash ../ubuntu2004.sh make impl bash ../ubuntu2004.sh make impl
make package-ubuntu2004 make package-ubuntu2004
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions


impl: impl:
update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-10 40 update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-10 40

+ 1
- 0
sfml/Makefile View File

pushd SFML && git checkout 2.5.x # && patch -p1 < ../patch.txt pushd SFML && git checkout 2.5.x # && patch -p1 < ../patch.txt
bash ../ubuntu2004.sh make impl bash ../ubuntu2004.sh make impl
make package-ubuntu2004 make package-ubuntu2004
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions


impl: impl:
# copy & paste from allegro5 # copy & paste from allegro5

Loading…
Cancel
Save