Explorar el Código

add -s and /home/terrorist/src/bake to shake call

tags/v20240302
Emil hace 6 meses
padre
commit
e31c6adc26
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 5432DB986FDBCF8A
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh Ver fichero

@@ -2,5 +2,5 @@
cd $(dirname "$(readlink -f "$0")")
SUDO=${SUDO:-sudo}
chmod +x shake
./shake bake.c
./shake bake.c -s $+
$SUDO install -m 755 shake bake ${TARGET:-/usr/local/bin}

Cargando…
Cancelar
Guardar