From dd82f27f747d0dd5833be2afe7b33cf66ef488fe Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Tue, 16 Mar 2021 12:24:46 +0100 Subject: [PATCH] - remove old mapping --- bin/slubsipbuilderbagit.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/slubsipbuilderbagit.pl b/bin/slubsipbuilderbagit.pl index 2d2c4fc..fc0e9ed 100644 --- a/bin/slubsipbuilderbagit.pl +++ b/bin/slubsipbuilderbagit.pl @@ -753,8 +753,6 @@ if (defined $outputPath && $outputPath eq "" && ($save eq "copy" || $save eq "mo # ppn, noppn if (defined $ppn && defined $noppn) { confess("you can only specify either --ppn or --noppn"); } if ((!defined $ppn && !defined $noppn) || (!defined $ppn && $noppn eq "") || (!defined $noppn && $ppn eq "")) { confess("you need to specify a PPN with --ppn or use --noppn"); } -if ($ppn) { push @addBagInfo, {'External-Identifier' => "PPN:$ppn"}; } -if ($noppn) { push @addBagInfo, {'External-Identifier' => "$noppn"}; } #########################################################> bag-info.txt <############################################################################### # sipversion -- GitLab