Archived
1
0
Fork 0

Add compatibility with FreeBSD site

This commit is contained in:
Mercier Pierre-Olivier 2013-09-26 12:58:31 +02:00
parent 20d78c5dae
commit 316f0d6bd9

View file

@ -49,7 +49,7 @@ then
do
if ! pkg info "$PK" > /dev/null 2> /dev/null
then
pkg install "$PK"
PACKAGESITE="ttp://canon.acu.epita.fr/repo-lab" pkg install "$PK"
fi
done