diff options
Diffstat (limited to 'src/make_property.sh')
-rwxr-xr-x | src/make_property.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make_property.sh b/src/make_property.sh index 071f3d0..bc5cf98 100755 --- a/src/make_property.sh +++ b/src/make_property.sh @@ -2,7 +2,7 @@ TMP1=gperf1.tmp TMP2=gperf2.tmp -GPERF=/usr/bin/gperf +GPERF=/usr/local/bin/gperf GPERF_OPT='-pt -T -L ANSI-C' |