Diff of /branches/R11-stable/include/mozilla_i18n.sminc
Parent Directory | Revision Log | Patch
revision 19660 by niro, Wed Oct 9 08:46:17 2013 UTC | revision 19661 by niro, Wed Oct 9 08:55:21 2013 UTC | |
---|---|---|
# | Line 36 mozilla_i18n_src_install() | Line 36 mozilla_i18n_src_install() |
36 | ||
37 | # needed directories | # needed directories |
38 | minstalldir ${MOZ_HOME}/extensions/${id} || die | minstalldir ${MOZ_HOME}/extensions/${id} || die |
39 | minstallfile ${SOURCESDIR}/${PNAME}/${SRCFILE} ${BINDIR}/${MOZ_HOME}/extensions/${id}.xpi || die | minstallfile ${SOURCEDIR}/${PNAME}/${SRCFILE} ${BINDIR}/${MOZ_HOME}/extensions/${id}.xpi || die |
40 | } | } |
41 | ||
42 | export_inherits mozilla_i18n src_install | export_inherits mozilla_i18n src_install |
|