long_description.txt was forgotten in the list of files moved to $CGAL/Packages/$Package/.
This commit is contained in:
@@ -120,6 +120,9 @@ sub create_packages_dir(){
|
||||
if (-f "$ALLPACKAGESDIR/$package_name/description.txt"){
|
||||
system('cp', "$ALLPACKAGESDIR/$package_name/description.txt", "$RELEASEDIR/$VERSION/Packages/$package_name");
|
||||
}
|
||||
if (-f "$ALLPACKAGESDIR/$package_name/long_description.txt"){
|
||||
system('cp', "$ALLPACKAGESDIR/$package_name/long_description.txt", "$RELEASEDIR/$VERSION/Packages/$package_name");
|
||||
}
|
||||
|
||||
}
|
||||
closedir ALLPACKAGESDIR;
|
||||
@@ -153,9 +156,9 @@ sub install_packages() {
|
||||
$exclude_command="--exclude-from=$dont_submit";
|
||||
chdir "$ALLPACKAGESDIR" or die;
|
||||
if(-f $dont_submit){
|
||||
system('tar', '-cf', "$RELEASEDIR/temppack.tar", '--exclude=.svn', "$exclude_command", '--exclude=TODO', '--exclude=todo', '--exclude=todo.txt', '--exclude=TODO.txt', '--exclude=TO_DO', '--exclude=dont_submit', '--exclude=maintainer', '--exclude=description.txt', '--exclude=changes.txt', '--exclude=*.dxy', '--exclude=Doxyfile', "$package_name");
|
||||
} else {
|
||||
system('tar', '-cf', "$RELEASEDIR/temppack.tar", '--exclude=.svn', '--exclude=dont_submit', '--exclude=maintainer', '--exclude=description.txt', '--exclude=changes.txt', '--exclude=TODO', '--exclude=todo', '--exclude=todo.txt', '--exclude=TODO.txt', '--exclude=TO_DO', '--exclude=*.dxy', '--exclude=Doxyfile', "$package_name");
|
||||
system('tar', '-cf', "$RELEASEDIR/temppack.tar", '--exclude=.svn', "$exclude_command", '--exclude=TODO', '--exclude=todo', '--exclude=todo.txt', '--exclude=TODO.txt', '--exclude=TO_DO', '--exclude=dont_submit', '--exclude=maintainer', '--exclude=description.txt', '--exclude=long_description.txt', '--exclude=changes.txt', '--exclude=*.dxy', '--exclude=Doxyfile', "$package_name");
|
||||
} els {
|
||||
system('tar', '-cf', "$RELEASEDIR/temppack.tar", '--exclude=.svn', '--exclude=dont_submit', '--exclude=maintainer', '--exclude=description.txt', '--exclude=long_description.txt', '--exclude=changes.txt', '--exclude=TODO', '--exclude=todo', '--exclude=todo.txt', '--exclude=TODO.txt', '--exclude=TO_DO', '--exclude=*.dxy', '--exclude=Doxyfile', "$package_name");
|
||||
}
|
||||
system('mv', "$RELEASEDIR/temppack.tar", "$RELEASEDIR/$VERSION/");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user