diff options
-rw-r--r-- | lang/ucc/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ucc/files/patch-Makefile b/lang/ucc/files/patch-Makefile index 72a652162997..58d4ebded3af 100644 --- a/lang/ucc/files/patch-Makefile +++ b/lang/ucc/files/patch-Makefile @@ -3,7 +3,7 @@ @@ -1,21 +1,21 @@ -UCCDIR = /usr/local/lib/ucc -export UCCDIR -+UCCDIR = /usr/local ++UCCDIR = ${PREFIX} +#export UCCDIR all: |