More rpm packaging work in progress. Not part of anything.

This commit is contained in:
ramiro%fateware.com 1999-10-21 21:12:50 +00:00
Родитель 9f4fce65e4
Коммит 433b30f0d5
3 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -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 +1,4 @@
xpfe
rdf