зеркало из https://github.com/mozilla/pjs.git
More rpm packaging work in progress. Not part of anything.
This commit is contained in:
Родитель
17094bf7b2
Коммит
a9b4517b8c
|
@ -72,12 +72,19 @@ do
|
|||
|
||||
rm -f $tmp_raw $file_list $file_list_devel $tmp_file_list $tmp_file_list_devel
|
||||
|
||||
print_cmd=$mozdir/build/package/rpm/print-module-filelist.sh
|
||||
|
||||
here=`pwd`
|
||||
|
||||
# Write the raw file list
|
||||
for m in $modules
|
||||
do
|
||||
make -s -C $mozdir/$m echo-module-filelist >> $tmp_raw
|
||||
cd $mozdir/$m
|
||||
$print_cmd >> $tmp_raw
|
||||
done
|
||||
|
||||
cd $here
|
||||
|
||||
# Munge the raw list into the file list
|
||||
for i in `cat $tmp_raw`
|
||||
do
|
||||
|
|
|
@ -6,3 +6,4 @@ widget
|
|||
layout
|
||||
webshell
|
||||
editor
|
||||
modules/plugin
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
xpfe
|
||||
|
Загрузка…
Ссылка в новой задаче