summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Flemström2015-07-21 17:28:03 +0200
committerDavid Flemström2015-07-21 17:28:03 +0200
commit27b4b582af26b296b2ed4325f5c81fb89cbb55f8 (patch)
treef79a1a17ae8c9b7ecf8ea2750160c4d3495d833c
parent2af6a2b52eebde0b2f414e815f1ce6356621fcf2 (diff)
downloadaur-27b4b582af26b296b2ed4325f5c81fb89cbb55f8.tar.gz
Correct path of helios-env.sh
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c62aec0ea7d..5f3942fd4e2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ package() {
install -dm755 "$pkgdir/var/lib/helios-master"
install -dm755 "$pkgdir/var/lib/helios-agent"
- install -Dm755 helios-env.sh -t "$pkgdir/etc/profile.d/helios-env.sh"
+ install -Dm755 helios-env.sh -t "$pkgdir/etc/profile.d/"
install -Dm644 helios-master.service -t "$pkgdir/usr/lib/systemd/system"
install -Dm644 helios-agent.service -t "$pkgdir/usr/lib/systemd/system"