diff options
| author | Druid520 <r.ustydruid520@proton.me> | 2026-08-11 21:36:20 -0700 |
|---|---|---|
| committer | Druid520 <r.ustydruid520@proton.me> | 2026-08-11 21:36:20 -0700 |
| commit | 62064861678dd0635e37b08ffdd8bec0316bb67a (patch) | |
| tree | d414dd8ee298e277539a6e1bcf6e79fee1222117 /ports/test/add.sh | |
| parent | 3dc4c90bbab3838eeef1ed5ab54f6fc5ed833aed (diff) | |
MOD: update, too lazy to finish commit, its 10~pm
Diffstat (limited to 'ports/test/add.sh')
| -rw-r--r-- | ports/test/add.sh | 4 |
1 files changed, 2 insertions, 2 deletions
| diff --git a/ports/test/add.sh b/ports/test/add.sh index 1db96be..b7b595d 100644 --- a/ports/test/add.sh +++ b/ports/test/add.sh | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | . pkg.conf | 1 | . pkg.conf |
| 2 | set -e | 2 | set -e |
| 3 | 3 | ||
| 4 | gcc -static -fno-pie -O0 -g0 -s $CFLAGS -o "$pkg_name" -c "$pkg_name.c" $LDFLAGS | 4 | chmod +x test.sh |
| 5 | rx cp "$pkg_name" /usr/local/bin/"$pkg_name-mp" | 5 | cp test.sh /usr/local/bin/test-mp |
