bugfix
This commit is contained in:
parent
830277c67a
commit
e9ce7614bd
1 changed files with 5 additions and 2 deletions
|
|
@ -16,15 +16,18 @@ test -r "$1" || {
|
|||
}
|
||||
|
||||
rm -rf /usr/lib/diaspora-bundle
|
||||
tar xf $1 -C /usr/lib
|
||||
tar xzf $1 -C /usr/lib
|
||||
|
||||
cd /usr/lib
|
||||
mv $(basename $1 .tar.gz) diaspora-bundle
|
||||
|
||||
mkdir -p /usr/share/doc/diaspora-bundle || :
|
||||
cd /usr/lib/diaspora-bundle
|
||||
|
||||
cp AUTHORS GNU-AGPL-3.0 COPYRIGHT Gemfile Gemfile.lock \
|
||||
/usr/share/doc/diaspora-bundle
|
||||
|
||||
mkdir -p vendor/cache
|
||||
mv *.gem vendor/cache
|
||||
|
||||
bundle install --local --deployment --without ri rdoc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue