~larryprice/libertine/snapcraft-remove-empty-plugs

« back to all changes in this revision

Viewing changes to data/snap-runner.wrapper

  • Committer: Larry Price
  • Date: 2016-12-07 19:05:37 UTC
  • mfrom: (302.2.46 devel)
  • Revision ID: larry.price@canonical.com-20161207190537-46vubww9vcfx8l1x
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
# additional env modifications on top of desktop-launch
 
3
 
 
4
export LD_LIBRARY_PATH=$SNAP/usr/lib/$ARCH/fakechroot:$LD_LIBRARY_PATH
 
5
export DEBOOTSTRAP_DIR=$SNAP/usr/share/debootstrap
 
6
 
 
7
# Useful debug variables
 
8
# export FAKECHROOT_DEBUG=1
 
9
# export LIBERTINE_DEBUG=1
 
10
 
 
11
exec $SNAP/bin/desktop-launch $@