mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
bf8c25233c
- enable gnomeprint support in Gnome case; - use "@*" to pass arguments from the helper script to the binary instead of $*. Submitted by: bento
8 lines
258 B
Bash
8 lines
258 B
Bash
#!/bin/sh
|
|
DIA_LIB_PATH=$DIA_LIB_PATH:%%PREFIX%%/lib/dia
|
|
DIA_SHAPE_PATH=%%PREFIX%%/share/gnome/dia/shapes
|
|
DIA_SHEET_PATH=%%PREFIX%%/share/gnome/dia/sheets
|
|
export DIA_LIB_PATH DIA_SHAPE_PATH DIA_INT_SHAPE_PATH DIA_SHEET_PATH
|
|
|
|
exec %%PREFIX%%/bin/dia-bin "$@"
|