summaryrefslogtreecommitdiffstats
path: root/pts
diff options
context:
space:
mode:
Diffstat (limited to 'pts')
-rw-r--r--pts/etc/scripts/package-build-deb.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/etc/scripts/package-build-deb.php b/pts/etc/scripts/package-build-deb.php
index d726573..a86750e 100644
--- a/pts/etc/scripts/package-build-deb.php
+++ b/pts/etc/scripts/package-build-deb.php
@@ -46,7 +46,7 @@ $control_file .= "Maintainer: Phoronix Media <trondheim-pts@phoronix-test-suite.
$control_file .= "Description: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for Linux and is designed to carry out qualitative and quantitative benchmarks in a clean, reproducible, and easy-to-use manner.\n";
file_put_contents("/tmp/pts-deb-builder/DEBIAN/control", $control_file);
-shell_exec("dpkg --build /tmp/pts-deb-builder phoronix-test-suite_" . PTS_VERSION . "_all.deb");
+shell_exec("dpkg --build /tmp/pts-deb-builder ../phoronix-test-suite_" . PTS_VERSION . "_all.deb");
shell_exec("rm -rf /tmp/pts-deb-builder");
?>