diff options
author | dzwdz | 2023-08-25 18:36:57 +0200 |
---|---|---|
committer | dzwdz | 2023-08-25 18:36:57 +0200 |
commit | 1f938c20b4a82ca1267ab9a1ec0922878a21ca6b (patch) | |
tree | b0d76ec31f0e7543d23dc3f286654a857ac28de9 /ports/pre | |
parent | eff47b170a7b0ea24a7c6e3a538186faac758c23 (diff) |
ports: binutils :^)
Diffstat (limited to 'ports/pre')
-rw-r--r-- | ports/pre | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,7 +63,9 @@ clean() { _make clean } +post_install() { true; } install() { build _make install + post_install } |