Closed abiosoft closed 14 years ago
when trying to build the library, i got the following messages ./test-svgo: 30: mozilla: not found - 12 lines
so i edited the test-svgo and replaced line 17 linux) opener="mozilla -turbo";; with linux) opener="firefox";;
linux) opener="mozilla -turbo";;
linux) opener="firefox";;
and it worked perfectly.
fixed.
when trying to build the library, i got the following messages ./test-svgo: 30: mozilla: not found - 12 lines
so i edited the test-svgo and replaced line 17
linux) opener="mozilla -turbo";;
withlinux) opener="firefox";;
and it worked perfectly.