From 519d61f40e3d8dbc73aecdc45cd33efb6481c4f2 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Mon, 26 Jun 2023 20:13:37 +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 bfaa97a..8f418de 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