Selaa lähdekoodia

Fix permissions in bunch of projects

master
Ray Burgemeestre 5 vuotta sitten
vanhempi
commit
961ccdb9dc
5 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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 Näytä tiedosto

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 Näytä tiedosto

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 Näytä tiedosto

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 Näytä tiedosto

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 Näytä tiedosto

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…
Peruuta
Tallenna