Browse Source

Daniel Jahre:


			
			
				rocklinux
			
			
		
Daniel Jahre 20 years ago
parent
commit
d704f7803a
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      package/x11/mozilla/mozilla.conf

+ 3
- 1
package/x11/mozilla/mozilla.conf

@ -83,7 +83,9 @@ moz_register() {
echo "Run the component registration ..."
pushd $MOZILLA_FIVE_HOME
LD_LIBRARY_PATH=. ./regxpcom
LD_LIBRARY_PATH=. ./regchrome
if [ $pkg = "mozilla" ]; then
LD_LIBRARY_PATH=. ./regchrome
fi
popd
}

Loading…
Cancel
Save