mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Cope with dedication files location moving. LENNY HACK HACK
This commit is contained in:
parent
c67dcbcfd6
commit
97c4d49288
@ -34,6 +34,13 @@ for file in $MIRROR/README*; do
|
||||
fi
|
||||
done
|
||||
|
||||
echo "Checking for dedicatiot at $MIRROR/doc/dedication/dedication-"$DEBMAINVER".txt"
|
||||
if [ -e $MIRROR/doc/dedication/dedication-"$DEBMAINVER".txt ] ; then
|
||||
echo " Copying dedication-$DEBMAINVER.*"
|
||||
mkdir -p $dir/doc
|
||||
cp -a $MIRROR/doc/dedication/dedication-"$DEBMAINVER"* $dir/doc
|
||||
fi
|
||||
|
||||
if [ -f $dir/doc/dedication-$DEBMAINVER.txt ]; then
|
||||
mv $dir/doc/dedication-$DEBMAINVER.txt $dir/dedication.txt
|
||||
ln -s ../dedication.txt $dir/doc/dedication-$DEBMAINVER.txt
|
||||
|
Loading…
Reference in New Issue
Block a user