summaryrefslogtreecommitdiffstats
path: root/remote/tools/systemd/build.systemd
diff options
context:
space:
mode:
authorJonathan Bauer2012-11-19 14:37:29 +0100
committerJonathan Bauer2012-11-19 14:37:29 +0100
commitbf3ec32baf41bdbba2bcc7aea28811dbac9dd982 (patch)
tree773287a28e7482b0d9ef37f6cfacae5f891496ef /remote/tools/systemd/build.systemd
parentplymouth (diff)
downloadtm-scripts-bf3ec32baf41bdbba2bcc7aea28811dbac9dd982.tar.gz
tm-scripts-bf3ec32baf41bdbba2bcc7aea28811dbac9dd982.tar.xz
tm-scripts-bf3ec32baf41bdbba2bcc7aea28811dbac9dd982.zip
build script paths fixes
Diffstat (limited to 'remote/tools/systemd/build.systemd')
-rw-r--r--remote/tools/systemd/build.systemd2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/systemd/build.systemd b/remote/tools/systemd/build.systemd
index 40c76327..af57f8da 100644
--- a/remote/tools/systemd/build.systemd
+++ b/remote/tools/systemd/build.systemd
@@ -14,7 +14,7 @@ fetch_source ()
install_dependencies()
{
# quick fix for missing libkmod repo...
- add-apt-repository --yes ppa:pitti/systemd
+ add-apt-repository --force-yes ppa:pitti/systemd
apt-get update --force-yes
apt-get install --force-yes $DEPS
}