repo.or.cz
/
nbd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing / at the end of the nbdpath= assignment in nbd-client.initrd. Closes...
[nbd.git]
/
.travis
/
before_install
blob
3116c63d4975fa30fb94e92b499bb38be3411cf4
1
#!/bin/bash
2
3
set -e
4
set -x
5
6
case
$
(
uname
-s
)
in
7
Linux
)
8
sudo sh .travis
/
add-trusty
9
sudo apt-get update
10
sudo apt-get
-t
trusty
-y
install
automake
11
sudo apt-get
install
-y
docbook-utils
12
;;
13
*)
14
for
i
in
man
/*
sgml
15
do
16
touch
${i%in.sgml}
sh.
in
17
done
18
brew update
19
brew
install
glib
20
;;
21
esac