summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorJonathan Bauer2014-07-03 15:40:43 +0200
committerJonathan Bauer2014-07-03 15:40:43 +0200
commit91ce54a57a53942011ca827e6a92fe6d5b6d8382 (patch)
tree771df23b0e7c44cfab791a61b48078d068f0bdc7 /mltk
parentremove hardcoded /bin/rm call. Relative calls work in services files (diff)
downloadtm-scripts-91ce54a57a53942011ca827e6a92fe6d5b6d8382.tar.gz
tm-scripts-91ce54a57a53942011ca827e6a92fe6d5b6d8382.tar.xz
tm-scripts-91ce54a57a53942011ca827e6a92fe6d5b6d8382.zip
minor
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mltk b/mltk
index 212afb9a..bc6ae907 100755
--- a/mltk
+++ b/mltk
@@ -112,7 +112,7 @@ check_devtools() {
pinfo "For $SYS_DISTRIBUTION you probably need to run:"
case $SYS_DISTRIBUTION in
ubuntu | debian)
- pinfo "apt-get install build-essential m4 squashfs-tools"
+ pinfo "apt-get install build-essential m4 squashfs-tools pkg-config"
pinfo "to install missing development tools."
;;
# FIXME: Don't know how precise this filter works so we might want to have a better matching ...