10 lines
202 B
Plaintext
Executable file
10 lines
202 B
Plaintext
Executable file
set -e
|
|
for i in `tail +2 $DESTDIR/$1/LIST`
|
|
do
|
|
${DF-false} $1 $i
|
|
done
|
|
cd $DESTDIR/$1
|
|
arch cDr `cat LIST`
|
|
: I do not remove the files constituating the library, because
|
|
: they might be present in .distr
|