Bug 18373: Re-add UpgradeBackup.pm
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 3 Apr 2017 15:50:27 +0000 (12:50 -0300)
committerKatrin Fischer <katrin.fischer.83@web.de>
Sun, 16 Apr 2017 12:28:39 +0000 (14:28 +0200)
commit0aff3c0231485e95dfe95556149d569b3818a674
treee310309f626ec87755dd8076b8c0e567f359cab4
parent3079f7a72515a22062bd9a65ec546cfcd6d9bb66
Bug 18373: Re-add UpgradeBackup.pm

Bug 18028 removed the install_misc directory but
install_misc/UpgradeBackup.pm was still used by the 'upgrade' rule of
make.

Other files from install_misc were useless to it may be better not to
reintroduce this directory with only 1 file.

Test plan:
`make`
`sudo make install`
`make upgrade`

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 508147d24443498a2c12a7c55240e70941c49dd6)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
C4/Installer/UpgradeBackup.pm [new file with mode: 0644]
Makefile.PL