Browse Source

Collision with Makefile entry points

master
DarkFeather 6 years ago
parent
commit
313ccc3dcd
  1. 3
      Foundation/Makefile
  2. 0
      Geth/remote.d/NS-RC4NA-14.conf
  3. 0
      Geth/remote.d/Roomba.conf
  4. 0
      Geth/remote.d/hardware.conf
  5. 0
      Geth/rpi-base.d/interfaces
  6. 0
      Geth/rpi-base.d/sshd_config

3
Foundation/Makefile

@ -49,14 +49,13 @@ reverse:
checkperm:
chmod 2755 /srv/foundation
chown git:http /srv/foundation
chown -R git:http /srv/foundation
chown git:http /etc/cgitrc
chmod 0660 /etc/cgitrc
chmod 0750 /usr/local/bin/git-makerepo
chown root:git /usr/local/bin/git-makerepo
chown 0600 /home/git/.ssh/*
chown git:git /home/git/.ssh/*
if [ -d ${HTTPROOT} ]; then chmod 0640 ${HTTPROOT}/foundation/FoundationIcon.png; chown root:git ${HTTPROOT}/foundation/FoundationIcon.png; fi
find-missing-hooks-in-src:
@echo Checking for missing standard hooks per 'https://aninix.net/wiki/Development_Best_Practices#Makefiles'

0
Geth/remote/NS-RC4NA-14.conf → Geth/remote.d/NS-RC4NA-14.conf

0
Geth/remote/Roomba.conf → Geth/remote.d/Roomba.conf

0
Geth/remote/hardware.conf → Geth/remote.d/hardware.conf

0
Geth/rpi-base/interfaces → Geth/rpi-base.d/interfaces

0
Geth/rpi-base/sshd_config → Geth/rpi-base.d/sshd_config