hack pour rendre le projet uinstallable
This commit is contained in:
parent
b4e12f9379
commit
7c3a824fd1
|
@ -4,5 +4,8 @@ source "$@" || exit 1
|
|||
source "$ULIBDIR/ulib" || exit 1
|
||||
urequire DEFAULTS
|
||||
|
||||
nulib="$(dirname "$(pwd)")/nulib" #XXX
|
||||
|
||||
cd "$scriptdir/../.."
|
||||
ln -s "$nulib" ../nulib #XXX
|
||||
./sbin/composer.phar i -o --no-dev
|
||||
|
|
Loading…
Reference in New Issue