Skip to content

Commit

Permalink
--prefix=pwd/appdir
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Jun 10, 2019
1 parent 3dfcadd commit 4b2a2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ script:
- make -j$(nproc)
# Laidout
- mkdir -p appdir
- ./configure --finalprefix=`pwd`/appdir --laxkit=`pwd`/laxkit/lax --nogl --disable-sqlite --force --gegl-version=gegl-0.3
- ./configure --prefix=`pwd`/appdir --laxkit=`pwd`/laxkit/lax --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 4b2a2e8

Please sign in to comment.