wok diff qcad/stuff/qcad @ rev 19505

Rollback liboping (1.8.0)
author Paul Issott <paul@slitaz.org>
date Sat Nov 19 09:14:20 2016 +0000 (2016-11-19)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/qcad/stuff/qcad	Sat Nov 19 09:14:20 2016 +0000
     1.3 @@ -0,0 +1,9 @@
     1.4 +#!/bin/sh
     1.5 +#
     1.6 +# QCAD startup script for SliTaz
     1.7 +#
     1.8 +
     1.9 +data="/usr/lib/qcad"
    1.10 +binary="$data/qcad-bin"
    1.11 +
    1.12 +LD_LIBRARY_PATH="$data" "$binary" -style plastique "$@"