Skip to content

Commit

Permalink
--finalprefix=$(readlink -f appdir)
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Jun 9, 2019
1 parent 9d637a5 commit 5b33aae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,8 @@ script:
- ./configure --disable-sqlite
- make -j$(nproc)
# Laidout
- ./configure --laxkit=`pwd`/laxkit/lax --prefix=/usr --nogl --disable-sqlite --force --gegl-version=gegl-0.3
- mkdir -p appdir
- ./configure --finalprefix=$(readlink -f appdir) --laxkit=`pwd`/laxkit/lax --prefix=/usr --nogl --disable-sqlite --force --gegl-version=gegl-0.3
- make -j$(nproc)
# TODO: Making the icons requires Inkscape(!); FIXME, see https://github.com/Laidout/laidout
- sudo make install DESTDIR=$(readlink -f appdir) ; find appdir/
Expand Down

0 comments on commit 5b33aae

Please sign in to comment.