fix plugins
This commit is contained in:
parent
c7a8adee0a
commit
0e153102d9
2 changed files with 4 additions and 6 deletions
|
@ -45,7 +45,7 @@ mkdir -p $PKG/usr/lib$LIBSUFFIX
|
|||
cd firefox-$VERSION
|
||||
sed -i -e "s/usr\/local/usr/" firefox
|
||||
rm -f defaults/pref/firefox.js.orig
|
||||
cd $PKG/usr/lib$LIBSUFFIX/firefox-$VERSION
|
||||
ln -s ../mozilla/plugins
|
||||
) || exit 1
|
||||
mkdir -p $PKG/usr/bin
|
||||
( cd $PKG/usr/bin
|
||||
|
@ -80,7 +80,7 @@ cat <<EOF $CWD/slack-desc > $PKG/install/slack-desc
|
|||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
mozilla-firefox: mozilla-firefox (Mozilla Firefox Web browser)
|
||||
mozilla-firefox:
|
||||
mozilla-firefox: This project is a redesign of the Mozilla browser component written
|
||||
|
@ -98,4 +98,3 @@ VERSION=$(echo $BRANCH | sed 's|latest-mozilla-||g')_${VERSION}
|
|||
|
||||
cd $PKG
|
||||
makepkg -l y -c n $OUTPUT/mozilla-firefox-$VERSION-$ARCH-$BUILD$TAG.txz
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ mkdir -p $PKG/usr/lib$LIBSUFFIX
|
|||
cd firefox-$VERSION
|
||||
sed -i -e "s/usr\/local/usr/" firefox
|
||||
rm -f defaults/pref/firefox.js.orig
|
||||
cd $PKG/usr/lib$LIBSUFFIX/firefox-$VERSION
|
||||
ln -s ../mozilla/plugins
|
||||
) || exit 1
|
||||
mkdir -p $PKG/usr/bin
|
||||
( cd $PKG/usr/bin
|
||||
|
@ -82,7 +82,7 @@ cat <<EOF $CWD/slack-desc > $PKG/install/slack-desc
|
|||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
mozilla-firefox: mozilla-firefox (Mozilla Firefox Web browser)
|
||||
mozilla-firefox:
|
||||
mozilla-firefox: This project is a redesign of the Mozilla browser component written
|
||||
|
@ -100,4 +100,3 @@ VERSION=$(echo $BRANCH | sed 's|latest-mozilla-||g')_${VERSION}
|
|||
|
||||
cd $PKG
|
||||
makepkg -l y -c n $OUTPUT/mozilla-firefox-$VERSION-$ARCH-$BUILD$TAG.txz
|
||||
|
||||
|
|
Loading…
Reference in a new issue