From 69e4b180cdbb777b15b89be77af17ab02887ec59 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Mon, 26 Jun 2023 20:18:44 +0100 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 60cecb0..370db02 100755 --- a/main.sh +++ b/main.sh @@ -8,7 +8,7 @@ cd ananicy-cpp cp -rvf ../debian ./ # Remove weird path from the systemd file due to our prefix overiding -sed -e s @CMAKE_INSTALL_PREFIX@ /usr g -i ananicy-cpp.service +sed -e 's @CMAKE_INSTALL_PREFIX@ /usr g' -i ananicy-cpp.service # Get build deps apt-get build-dep ./ -y