Parcourir la source

Fix permissions in bunch of projects

master
Ray Burgemeestre il y a 4 ans
Parent
révision
961ccdb9dc
5 fichiers modifiés avec 5 ajouts et 0 suppressions
  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 Voir le fichier

@@ -15,6 +15,7 @@ ubuntu2004:
make package-ubuntu2004
bash ../ubuntu2004.sh make impl_sdl
make package_sdl-ubuntu2004
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions

prep:
apt-get update

+ 1
- 0
fastpfor/Makefile Voir le fichier

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

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

+ 1
- 0
ffmpeg/Makefile Voir le fichier

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

ffmpeg_impl:
apt-get update

+ 1
- 0
seasocks/Makefile Voir le fichier

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

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

+ 1
- 0
sfml/Makefile Voir le fichier

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

impl:
# copy & paste from allegro5

Chargement…
Annuler
Enregistrer