Utiliser une variable pour le dossier de destination

This commit is contained in:
Benjamin Bohard 2022-08-11 09:35:43 +02:00
parent 2e97a67522
commit ca586bd600
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
#!/bin/ash
#!/usr/bin/env bash
cd /src
export DESTDIR=/dist
pushd /src
./build
popd