Merge pull request #2 from YunoHost/fix-yunohost-admin-build

fix yunohost-admin build
This commit is contained in:
Alexandre Aubin 2021-01-21 21:06:08 +01:00 committed by GitHub
commit 7fd3b6445f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ EOF
echo "========================"
mkdir /nonexistent
chown pbuilder:pbuilder /nonexistent
cd /build/yunohost-admin*/src
cd /build/yunohost-admin*/app
if [ "$DIST" != "buster" ]
then
su pbuilder -c "npm install"