Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #66 from mariux64/newRevisionFirefox
firefox: Remove developer files
  • Loading branch information
pmenzel committed Jul 22, 2016
2 parents 1992981 + 9e9c4d0 commit 7349c94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion firefox.be0
Expand Up @@ -2,7 +2,7 @@

#export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80'

# BEE_VERSION firefox-47.0.1-1
# BEE_VERSION firefox-47.0.1-2

SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/firefox-${PKGVERSION}.source.tar.xz"

Expand Down Expand Up @@ -49,6 +49,10 @@ mee_install_post() {
start_cmd install -d ${D}${LIBDIR}/mariux64
start_cmd mv ${D}${BINDIR}/${PKGNAME} ${D}${LIBDIR}/mariux64/${PKGNAME}

# remove unneeded firefox-devel

rm -r ${D}${LIBDIR}/firefox-devel-${PKGVERSION}

# install official icon in all sizes

for size in 16 22 24 32 48 256 ; do
Expand Down

0 comments on commit 7349c94

Please sign in to comment.