summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korotkiy2019-09-22 12:39:29 +0300
committerNikolay Korotkiy2019-09-22 12:39:29 +0300
commitfbf5e29faa22237eb7a4d0653628ca68b58b598b (patch)
treea6cd50a1f36e5f2ccc3ce82a6d02244aef6b158e
parent64b5d94310e95f097038c028c24bd156373e90a5 (diff)
downloadaur-guix-git.tar.gz
Fix guix_profile_root
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7181fe68279..7e836740f07c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -91,7 +91,7 @@ package() {
mv "${guix_publish_default}" "${guix_publish_upstream}"
# Generate default systemd service files from upstream ones by fixing paths
- local guix_profile_root="/var/guix/profiles/per-user/root/guix-profile"
+ local guix_profile_root="/var/guix/profiles/per-user/root/current-guix"
sed -e "s|^ExecStart=${guix_profile_root}/bin|ExecStart=/usr/bin|" \
-e "s|^Description=\(.*\)|Description=\1 (default)|" \
-e "/^Environment=/d" "${guix_daemon_upstream}" \