summaryrefslogtreecommitdiff
path: root/Ports/stress-ng
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-03-11 20:23:28 +0100
committerAndreas Kling <kling@serenityos.org>2021-03-13 13:13:03 +0100
commitf9cf6bfce1ea838ff88ce21164c1dbf9f0e78580 (patch)
tree7ed05edd185b52fced0767261babb6024f5abf50 /Ports/stress-ng
parent37f837bde7a56b449be2d7225d5bcf8d03c4b632 (diff)
downloadserenity-f9cf6bfce1ea838ff88ce21164c1dbf9f0e78580.zip
Ports: Remove redundant 'workdir' entries
Diffstat (limited to 'Ports/stress-ng')
-rwxr-xr-xPorts/stress-ng/package.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/Ports/stress-ng/package.sh b/Ports/stress-ng/package.sh
index ace00106c0..361df1a992 100755
--- a/Ports/stress-ng/package.sh
+++ b/Ports/stress-ng/package.sh
@@ -1,6 +1,5 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=stress-ng
version=0.11.23
-workdir=stress-ng-${version}
files="https://github.com/ColinIanKing/stress-ng/archive/V${version}.tar.gz stress-ng-${version}.tar.gz"
makeopts="STATIC=1 LDFLAGS=-L${SERENITY_BUILD_DIR}/Root/usr/local/lib"