diff options
author | Linus Groh <mail@linusgroh.de> | 2021-03-11 21:46:53 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-13 13:13:03 +0100 |
commit | 7cb9237be970562e79cc63f8c7d395cf06e53c12 (patch) | |
tree | 80c916ce373dde8db49ea50a3668de36e9afda69 /Ports/dmidecode/package.sh | |
parent | f9cf6bfce1ea838ff88ce21164c1dbf9f0e78580 (diff) | |
download | serenity-7cb9237be970562e79cc63f8c7d395cf06e53c12.zip |
Ports: Remove/replace hardcoded i686-pc-serenity-{gcc,g++,ar,ranlib}
Except in the Lua port's Makefile patch, I couldn't figure this out...
Diffstat (limited to 'Ports/dmidecode/package.sh')
-rwxr-xr-x | Ports/dmidecode/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/dmidecode/package.sh b/Ports/dmidecode/package.sh index 6aeda753b5..9789519c3f 100755 --- a/Ports/dmidecode/package.sh +++ b/Ports/dmidecode/package.sh @@ -11,7 +11,7 @@ auth_opts="--keyring ./gnu-keyring.gpg dmidecode-${version}.tar.xz.sig" install() { run make clean - run make CC=i686-pc-serenity-gcc + run make } post_install() { |